#2A9F6F

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

Shades of Eucalyptus #2A9F6F

Tints of Eucalyptus #2A9F6F

Color information

#2A9F6F (or 0x2A9F6F) is unknown color: approx Eucalyptus. HEX triplet: 2A, 9F and 6F. RGB value is (42,159,111). Sum of RGB (Red+Green+Blue) = 42+159+111=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9F6F is #D56090. Grayscale: #767676. Windows color (decimal): -13983889 or 7315242. OLE color: 7315242.

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

Color convert

RGB42159111-
CMYK0.7400.300.38
HSL155.38º58.21%39.41%-
HSV(B)155.38º73.58%62.35%-
XYZ16.2226.4419.29-
YUV118.54123.7473.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.46%
GREEN value IS 159 (62.5% from 255) = 50.96%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=13.46%
G=50.96%
B=35.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421591110.7400.300.38155.3858.2139.41
Hex2A9F6F4A01E269b3a27
Octal52237157112036462337247
Binary101010100111111101111100101001111010011010011011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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