#2A9802

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

Shades of Forest Green #2A9802

Tints of Forest Green #2A9802

Color information

#2A9802 (or 0x2A9802) is unknown color: approx Forest Green. HEX triplet: 2A, 98 and 02. RGB value is (42,152,2). Sum of RGB (Red+Green+Blue) = 42+152+2=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 152 (59.77% from 255 or 77.55% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 152 - color contains mainly: green. Hex color #2A9802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9802 is #D567FD. Grayscale: #666666. Windows color (decimal): -13985790 or 170026. OLE color: 170026.

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

Color convert

RGB421522-
CMYK0.7200.990.40
HSL104º97.4%30.2%-
HSV(B)104º98.68%59.61%-
XYZ12.1922.953.85-
YUV102.0171.5685.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.43%
GREEN value IS 152 (59.77% from 255) = 77.55%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=21.43%
G=77.55%
B=1.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4215220.7200.990.4010497.430.2
Hex2A982480632868611e
Octal52230211001435015014136
Binary10101010011000101001000011000111010001101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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