#2F9A5A

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

Shades of Eucalyptus #2F9A5A

Tints of Eucalyptus #2F9A5A

Color information

#2F9A5A (or 0x2F9A5A) is unknown color: approx Eucalyptus. HEX triplet: 2F, 9A and 5A. RGB value is (47,154,90). Sum of RGB (Red+Green+Blue) = 47+154+90=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 154 (60.55% from 255 or 52.92% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 154 - color contains mainly: green. Hex color #2F9A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9A5A is #D065A5. Grayscale: #727272. Windows color (decimal): -13657510 or 5937711. OLE color: 5937711.

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

Color convert

RGB4715490-
CMYK0.6900.420.40
HSL144.11º53.23%39.41%-
HSV(B)144.11º69.48%60.39%-
XYZ14.5724.4513.62-
YUV114.71114.0579.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.15%
GREEN value IS 154 (60.55% from 255) = 52.92%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=16.15%
G=52.92%
B=30.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47154900.6900.420.40144.1153.2339.41
Hex2F9A5A4502A28903527
Octal57232132105052502206547
Binary1011111001101010110101000101010101010100010010000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,154,90); }

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

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

 a { background-color: rgb(47,154,90); }

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

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

 span { border-color: rgb(47,154,90); }

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