#01982A

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

Shades of Forest Green #01982A

Tints of Forest Green #01982A

Color information

#01982A (or 0x01982A) is unknown color: approx Forest Green. HEX triplet: 01, 98 and 2A. RGB value is (1,152,42). Sum of RGB (Red+Green+Blue) = 1+152+42=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 152 (59.77% from 255 or 77.95% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 152 - color contains mainly: green. Hex color #01982A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01982A is #FE67D5. Grayscale: #5E5E5E. Windows color (decimal): -16672726 or 2791425. OLE color: 2791425.

HSL color Cylindrical-coordinate representation of color #01982A: hue angle of 136.29º degrees, saturation: 0.99, 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 #01982A is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB115242-
CMYK0.9900.720.40
HSL136.29º98.69%30%-
HSV(B)136.29º99.34%59.61%-
XYZ11.6622.635.94-
YUV94.3198.4761.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 152 (59.77% from 255) = 77.95%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=0.51%
G=77.95%
B=21.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1152420.9900.720.40136.2998.6930
Hex1982A630482888631e
Octal12305214301105021014336
Binary11001100010101011000110100100010100010001000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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