#2F8E6B

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

Shades of Eucalyptus #2F8E6B

Tints of Eucalyptus #2F8E6B

Color information

#2F8E6B (or 0x2F8E6B) is unknown color: approx Eucalyptus. HEX triplet: 2F, 8E and 6B. RGB value is (47,142,107). Sum of RGB (Red+Green+Blue) = 47+142+107=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8E6B is #D07194. Grayscale: #6D6D6D. Windows color (decimal): -13660565 or 7048751. OLE color: 7048751.

HSL color Cylindrical-coordinate representation of color #2F8E6B: hue angle of 157.89º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8E6B is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB47142107-
CMYK0.6700.250.44
HSL157.89º50.26%37.06%-
HSV(B)157.89º66.9%55.69%-
XYZ13.521.0117.25-
YUV109.6126.5383.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.88%
GREEN value IS 142 (55.86% from 255) = 47.97%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=15.88%
G=47.97%
B=36.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal471421070.6700.250.44157.8950.2637.06
Hex2F8E6B430192C9e3225
Octal57216153103031542366245
Binary101111100011101101011100001101100110110010011110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,142,107); }

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

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

 a { background-color: rgb(47,142,107); }

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

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

 span { border-color: rgb(47,142,107); }

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