#2A9867

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

Shades of Eucalyptus #2A9867

Tints of Eucalyptus #2A9867

Color information

#2A9867 (or 0x2A9867) is unknown color: approx Eucalyptus. HEX triplet: 2A, 98 and 67. RGB value is (42,152,103). Sum of RGB (Red+Green+Blue) = 42+152+103=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #2A9867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9867 is #D56798. Grayscale: #717171. Windows color (decimal): -13985689 or 6789162. OLE color: 6789162.

HSL color Cylindrical-coordinate representation of color #2A9867: hue angle of 153.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9867 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB42152103-
CMYK0.7200.320.40
HSL153.27º56.7%38.04%-
HSV(B)153.27º72.37%59.61%-
XYZ14.6323.9316.68-
YUV113.52122.0676.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 103 (40.62% from 255) = 34.68%
R=14.14%
G=51.18%
B=34.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421521030.7200.320.40153.2756.738.04
Hex2A98674802028993926
Octal52230147110040502317146
Binary1010101001100011001111001000010000010100010011001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,152,103); }

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

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

 a { background-color: rgb(42,152,103); }

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

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

 span { border-color: rgb(42,152,103); }

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