#2a9f5f

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

Shades of Eucalyptus #2A9F5F

Tints of Eucalyptus #2A9F5F

Color information

#2A9F5F (or 0x2A9F5F) is unknown color: approx Eucalyptus. HEX triplet: 2A, 9F and 5F. RGB value is (42,159,95). Sum of RGB (Red+Green+Blue) = 42+159+95=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9F5F is #D560A0. Grayscale: #747474. Windows color (decimal): -13983905 or 6266666. OLE color: 6266666.

HSL color Cylindrical-coordinate representation of color #2A9F5F: hue angle of 147.18º 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 #2A9F5F is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB4215995-
CMYK0.7400.400.38
HSL147.18º58.21%39.41%-
HSV(B)147.18º73.58%62.35%-
XYZ15.4226.1115.05-
YUV116.72115.7474.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.19%
GREEN value IS 159 (62.5% from 255) = 53.72%
BLUE value IS 95 (37.5% from 255) = 32.09%
R=14.19%
G=53.72%
B=32.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42159950.7400.400.38147.1858.2139.41
Hex2A9F5F4A02826933a27
Octal52237137112050462237247
Binary1010101001111110111111001010010100010011010010011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a9f5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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