#21AB1F

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

Shades of Forest Green #21AB1F

Tints of Forest Green #21AB1F

Color information

#21AB1F (or 0x21AB1F) is unknown color: approx Forest Green. HEX triplet: 21, AB and 1F. RGB value is (33,171,31). Sum of RGB (Red+Green+Blue) = 33+171+31=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 171 (67.19% from 255 or 72.77% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AB1F is #DE54E0. Grayscale: #727272. Windows color (decimal): -14570721 or 2075425. OLE color: 2075425.

HSL color Cylindrical-coordinate representation of color #21AB1F: hue angle of 119.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21AB1F is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB3317131-
CMYK0.8100.820.33
HSL119.14º69.31%39.61%-
HSV(B)119.14º81.87%67.06%-
XYZ15.4429.556.19-
YUV113.7881.2870.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 171 (67.19% from 255) = 72.77%
BLUE value IS 31 (12.5% from 255) = 13.19%
R=14.04%
G=72.77%
B=13.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33171310.8100.820.33119.1469.3139.61
Hex21AB1F5105221774528
Octal412533712101224116710550
Binary100001101010111111110100010101001010000111101111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21AB1F; }

 p { color: rgb(33,171,31); }

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

<style>
 a { background-color: #21AB1F; }

 a { background-color: rgb(33,171,31); }

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

<style>
 span { border-color: #21AB1F; }

 span { border-color: rgb(33,171,31); }

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