Html Css Color HEX #21980E Forest Green

📋 copy color: '#21980E'

red 33 ◦ green 152 ◦ blue 14

#21980E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #21980E

Tints of Forest Green #21980E

RGB

 RED value IS 33 (13.28% from 255) = 16.58%

 GREEN value IS 152 (59.77% from 255) = 76.38%

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 16.58%
G = 76.38%
B = 7.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#21980E (or 0x21980E) is known color: Forest Green. HEX triplet: 21, 98 and 0E. RGB value is (33,152,14). Sum of RGB (Red+Green+Blue) = 33+152+14=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 152 (59.77% from 255 or 76.38% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 152 - color contains mainly: green. Hex color #21980E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21980E is #DE67F1. Grayscale: #656565. Windows color (decimal): -14575602 or 956449. OLE color: 956449.

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

Color convert

RGB 33 152 14 -
CMYK 0.78 0 0.91 0.40
HSL 111.74º 0.83% 0.33% -
HSV(B) 111.74º 0.91% 0.6% -
XYZ 11.93 22.81 4.19 -
YUV 100.69 79.08 79.72 -
System Red Green Blue C M Y K H S L
Decimal 33 152 14 0.78 0 0.91 0.40 111.74 0.83 0.33
Hex 21 98 E 4E 0 5B 28 70 53 21
Octal 41 230 16 116 0 133 50 160 123 41
Binary 100001 10011000 1110 1001110 0 1011011 101000 1110000 1010011 100001

Color Harmonies of #21980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21980E

Black with #21980E

Text Example


Text Example

White with #21980E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21980E;
 }
 .AnyTagClassName
 {
   color: #21980E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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