#2A9F6C

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

Shades of Eucalyptus #2A9F6C

Tints of Eucalyptus #2A9F6C

Color information

#2A9F6C (or 0x2A9F6C) is unknown color: approx Eucalyptus. HEX triplet: 2A, 9F and 6C. RGB value is (42,159,108). Sum of RGB (Red+Green+Blue) = 42+159+108=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9F6C is #D56093. Grayscale: #767676. Windows color (decimal): -13983892 or 7118634. OLE color: 7118634.

HSL color Cylindrical-coordinate representation of color #2A9F6C: hue angle of 153.85º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A9F6C is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB42159108-
CMYK0.7400.320.38
HSL153.85º58.21%39.41%-
HSV(B)153.85º73.58%62.35%-
XYZ16.0626.3718.43-
YUV118.2122.2473.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.59%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=13.59%
G=51.46%
B=34.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421591080.7400.320.38153.8558.2139.41
Hex2A9F6C4A020269a3a27
Octal52237154112040462327247
Binary1010101001111111011001001010010000010011010011010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,159,108); }

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

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

 a { background-color: rgb(42,159,108); }

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

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

 span { border-color: rgb(42,159,108); }

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