#00962A

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

Shades of Forest Green #00962A

Tints of Forest Green #00962A

Color information

#00962A (or 0x00962A) is unknown color: approx Forest Green. HEX triplet: 00, 96 and 2A. RGB value is (0,150,42). Sum of RGB (Red+Green+Blue) = 0+150+42=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 150 (58.98% from 255 or 78.12% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 150 - color contains mainly: green. Hex color #00962A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00962A is #FF69D5. Grayscale: #5D5D5D. Windows color (decimal): -16738774 or 2790912. OLE color: 2790912.

HSL color Cylindrical-coordinate representation of color #00962A: hue angle of 136.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00962A is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB015042-
CMYK100.720.41
HSL136.8º100%29.41%-
HSV(B)136.8º100%58.82%-
XYZ11.3221.985.84-
YUV92.8499.361.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 150 (58.98% from 255) = 78.12%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=0%
G=78.12%
B=21.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal015042100.720.41136.810029.41
Hex0962A640482989641d
Octal02265214401105121114435
Binary01001011010101011001000100100010100110001001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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