#2F9B6A

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

Shades of Eucalyptus #2F9B6A

Tints of Eucalyptus #2F9B6A

Color information

#2F9B6A (or 0x2F9B6A) is unknown color: approx Eucalyptus. HEX triplet: 2F, 9B and 6A. RGB value is (47,155,106). Sum of RGB (Red+Green+Blue) = 47+155+106=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #2F9B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9B6A is #D06495. Grayscale: #757575. Windows color (decimal): -13657238 or 6986543. OLE color: 6986543.

HSL color Cylindrical-coordinate representation of color #2F9B6A: hue angle of 152.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9B6A is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB47155106-
CMYK0.7000.320.39
HSL152.78º53.47%39.61%-
HSV(B)152.78º69.68%60.78%-
XYZ15.525.0917.66-
YUV117.12121.7277.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 155 (60.94% from 255) = 50.32%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=15.26%
G=50.32%
B=34.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal471551060.7000.320.39152.7853.4739.61
Hex2F9B6A4602027993528
Octal57233152106040472316550
Binary1011111001101111010101000110010000010011110011001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,155,106); }

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

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

 a { background-color: rgb(47,155,106); }

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

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

 span { border-color: rgb(47,155,106); }

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