#2F9D68

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

Shades of Eucalyptus #2F9D68

Tints of Eucalyptus #2F9D68

Color information

#2F9D68 (or 0x2F9D68) is unknown color: approx Eucalyptus. HEX triplet: 2F, 9D and 68. RGB value is (47,157,104). Sum of RGB (Red+Green+Blue) = 47+157+104=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #2F9D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9D68 is #D06297. Grayscale: #767676. Windows color (decimal): -13656728 or 6855983. OLE color: 6855983.

HSL color Cylindrical-coordinate representation of color #2F9D68: hue angle of 151.09º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9D68 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB47157104-
CMYK0.7000.340.38
HSL151.09º53.92%40%-
HSV(B)151.09º70.06%61.57%-
XYZ15.7325.7217.23-
YUV118.07120.0677.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 157 (61.72% from 255) = 50.97%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=15.26%
G=50.97%
B=33.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal471571040.7000.340.38151.0953.9240
Hex2F9D684602226973628
Octal57235150106042462276650
Binary1011111001110111010001000110010001010011010010111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,157,104); }

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

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

 a { background-color: rgb(47,157,104); }

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

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

 span { border-color: rgb(47,157,104); }

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