#21970D

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

Shades of Forest Green #21970D

Tints of Forest Green #21970D

Color information

#21970D (or 0x21970D) is unknown color: approx Forest Green. HEX triplet: 21, 97 and 0D. RGB value is (33,151,13). Sum of RGB (Red+Green+Blue) = 33+151+13=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 151 (59.38% from 255 or 76.65% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 151 - color contains mainly: green. Hex color #21970D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21970D is #DE68F2. Grayscale: #646464. Windows color (decimal): -14575859 or 890657. OLE color: 890657.

HSL color Cylindrical-coordinate representation of color #21970D: hue angle of 111.3º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21970D is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB3315113-
CMYK0.7800.910.41
HSL111.3º84.15%32.16%-
HSV(B)111.3º91.39%59.22%-
XYZ11.7722.494.1-
YUV99.9978.9180.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 151 (59.38% from 255) = 76.65%
BLUE value IS 13 (5.47% from 255) = 6.60%
R=16.75%
G=76.65%
B=6.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33151130.7800.910.41111.384.1532.16
Hex2197D4E05B296f5420
Octal412271511601335115712440
Binary10000110010111110110011100101101110100111011111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21970D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21970D; }

 p { color: rgb(33,151,13); }

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

<style>
 a { background-color: #21970D; }

 a { background-color: rgb(33,151,13); }

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

<style>
 span { border-color: #21970D; }

 span { border-color: rgb(33,151,13); }

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