#21980A

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

Shades of Forest Green #21980A

Tints of Forest Green #21980A

Color information

#21980A (or 0x21980A) is unknown color: approx Forest Green. HEX triplet: 21, 98 and 0A. RGB value is (33,152,10). Sum of RGB (Red+Green+Blue) = 33+152+10=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 152 (59.77% from 255 or 77.95% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 152 - color contains mainly: green. Hex color #21980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21980A is #DE67F5. Grayscale: #646464. Windows color (decimal): -14575606 or 694305. OLE color: 694305.

HSL color Cylindrical-coordinate representation of color #21980A: hue angle of 110.28º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21980A is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB3315210-
CMYK0.7800.930.40
HSL110.28º87.65%31.76%-
HSV(B)110.28º93.42%59.61%-
XYZ11.9122.84.06-
YUV100.2377.0880.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 152 (59.77% from 255) = 77.95%
BLUE value IS 10 (4.30% from 255) = 5.13%
R=16.92%
G=77.95%
B=5.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33152100.7800.930.40110.2887.6531.76
Hex2198A4E05D286e5820
Octal412301211601355015613040
Binary10000110011000101010011100101110110100011011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,152,10); }

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

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

 a { background-color: rgb(33,152,10); }

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

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

 span { border-color: rgb(33,152,10); }

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