#00882A

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

Shades of Forest Green #00882A

Tints of Forest Green #00882A

Color information

#00882A (or 0x00882A) is unknown color: approx Forest Green. HEX triplet: 00, 88 and 2A. RGB value is (0,136,42). Sum of RGB (Red+Green+Blue) = 0+136+42=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 136 (53.52% from 255 or 76.40% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 136 - color contains mainly: green. Hex color #00882A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00882A is #FF77D5. Grayscale: #545454. Windows color (decimal): -16742358 or 2787328. OLE color: 2787328.

HSL color Cylindrical-coordinate representation of color #00882A: hue angle of 138.53º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00882A is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB013642-
CMYK100.690.47
HSL138.53º100%26.67%-
HSV(B)138.53º100%53.33%-
XYZ9.2217.785.14-
YUV84.62103.9467.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 136 (53.52% from 255) = 76.40%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=0%
G=76.40%
B=23.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013642100.690.47138.5310026.67
Hex0882A640452F8b641b
Octal02105214401055721314433
Binary01000100010101011001000100010110111110001011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00882A; }

 p { color: rgb(0,136,42); }

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

<style>
 a { background-color: #00882A; }

 a { background-color: rgb(0,136,42); }

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

<style>
 span { border-color: #00882A; }

 span { border-color: rgb(0,136,42); }

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