#2f9769

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

Shades of Eucalyptus #2F9769

Tints of Eucalyptus #2F9769

Color information

#2F9769 (or 0x2F9769) is unknown color: approx Eucalyptus. HEX triplet: 2F, 97 and 69. RGB value is (47,151,105). Sum of RGB (Red+Green+Blue) = 47+151+105=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #2F9769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9769 is #D06896. Grayscale: #727272. Windows color (decimal): -13658263 or 6919983. OLE color: 6919983.

HSL color Cylindrical-coordinate representation of color #2F9769: hue angle of 153.46º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9769 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB47151105-
CMYK0.6900.300.41
HSL153.46º52.53%38.82%-
HSV(B)153.46º68.87%59.22%-
XYZ14.7923.7617.17-
YUV114.66122.5479.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 151 (59.38% from 255) = 49.83%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=15.51%
G=49.83%
B=34.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471511050.6900.300.41153.4652.5338.82
Hex2F97694501E29993527
Octal57227151105036512316547
Binary101111100101111101001100010101111010100110011001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f9769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,151,105); }

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

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

 a { background-color: rgb(47,151,105); }

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

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

 span { border-color: rgb(47,151,105); }

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