#2A9967

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

Shades of Eucalyptus #2A9967

Tints of Eucalyptus #2A9967

Color information

#2A9967 (or 0x2A9967) is unknown color: approx Eucalyptus. HEX triplet: 2A, 99 and 67. RGB value is (42,153,103). Sum of RGB (Red+Green+Blue) = 42+153+103=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9967 is #D56698. Grayscale: #727272. Windows color (decimal): -13985433 or 6789418. OLE color: 6789418.

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

Color convert

RGB42153103-
CMYK0.7300.330.4
HSL152.97º56.92%38.24%-
HSV(B)152.97º72.55%60%-
XYZ14.7924.2516.73-
YUV114.11121.7376.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.09%
GREEN value IS 153 (60.16% from 255) = 51.34%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=14.09%
G=51.34%
B=34.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal421531030.7300.330.4152.9756.9238.24
Hex2A99674902128993926
Octal52231147111041502317146
Binary1010101001100111001111001001010000110100010011001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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