#2A9629

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

Shades of Forest Green #2A9629

Tints of Forest Green #2A9629

Color information

#2A9629 (or 0x2A9629) is unknown color: approx Forest Green. HEX triplet: 2A, 96 and 29. RGB value is (42,150,41). Sum of RGB (Red+Green+Blue) = 42+150+41=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 150 (58.98% from 255 or 64.38% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 150 - color contains mainly: green. Hex color #2A9629 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9629 is #D569D6. Grayscale: #696969. Windows color (decimal): -13986263 or 2725418. OLE color: 2725418.

HSL color Cylindrical-coordinate representation of color #2A9629: hue angle of 119.45º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9629 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB4215041-
CMYK0.7200.730.41
HSL119.45º57.07%37.45%-
HSV(B)119.45º72.67%58.82%-
XYZ12.2622.475.79-
YUV105.2891.7282.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 150 (58.98% from 255) = 64.38%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=18.03%
G=64.38%
B=17.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42150410.7200.730.41119.4557.0737.45
Hex2A96294804929773925
Octal52226511100111511677145
Binary101010100101101010011001000010010011010011110111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,150,41); }

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

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

 a { background-color: rgb(42,150,41); }

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

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

 span { border-color: rgb(42,150,41); }

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