#21950A

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

Shades of Forest Green #21950A

Tints of Forest Green #21950A

Color information

#21950A (or 0x21950A) is unknown color: approx Forest Green. HEX triplet: 21, 95 and 0A. RGB value is (33,149,10). Sum of RGB (Red+Green+Blue) = 33+149+10=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 149 (58.59% from 255 or 77.60% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 149 - color contains mainly: green. Hex color #21950A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21950A is #DE6AF5. Grayscale: #626262. Windows color (decimal): -14576374 or 693537. OLE color: 693537.

HSL color Cylindrical-coordinate representation of color #21950A: hue angle of 110.07º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21950A is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB3314910-
CMYK0.7800.930.42
HSL110.07º87.42%31.18%-
HSV(B)110.07º93.29%58.43%-
XYZ11.4321.843.9-
YUV98.4778.0781.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 149 (58.59% from 255) = 77.60%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=17.19%
G=77.60%
B=5.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33149100.7800.930.42110.0787.4231.18
Hex2195A4E05D2A6e571f
Octal412251211601355215612737
Binary1000011001010110101001110010111011010101101110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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