#2f926e

Color #2F926E Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #2F926E

Tints of Eucalyptus #2F926E

Color information

#2F926E (or 0x2F926E) is unknown color: approx Eucalyptus. HEX triplet: 2F, 92 and 6E. RGB value is (47,146,110). Sum of RGB (Red+Green+Blue) = 47+146+110=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #2F926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F926E is #D06D91. Grayscale: #707070. Windows color (decimal): -13659538 or 7246383. OLE color: 7246383.

HSL color Cylindrical-coordinate representation of color #2F926E: hue angle of 158.18º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F926E is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB47146110-
CMYK0.6800.250.43
HSL158.18º51.3%37.84%-
HSV(B)158.18º67.81%57.25%-
XYZ14.2722.2918.3-
YUV112.3126.781.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 146 (57.42% from 255) = 48.18%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=15.51%
G=48.18%
B=36.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal471461100.6800.250.43158.1851.337.84
Hex2F926E440192B9e3326
Octal57222156104031532366346
Binary101111100100101101110100010001100110101110011110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f926e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2f926e; }

 p { color: rgb(47,146,110); }

 H1.HeaderClassName
 {
   color: #2f926e;
 }
 .AnyTagClassName
 {
   color: #2f926e;
 }
</style>
background-color css

<style>
 a { background-color: #2f926e; }

 a { background-color: rgb(47,146,110); }

 div.DivClassName
 {
   background-color: #2f926e;
 }
 .BgClassName
 {
   background-color: #2f926e;
 }
</style>
border-color css

<style>
 span { border-color: #2f926e; }

 span { border-color: rgb(47,146,110); }

 td.TdClassName
 {
   border-color: #2f926e;
 }
 .TagClassName
 {
   border-color: #2f926e;
 }
</style>