#21AC2A

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

Shades of Forest Green #21AC2A

Tints of Forest Green #21AC2A

Color information

#21AC2A (or 0x21AC2A) is unknown color: approx Forest Green. HEX triplet: 21, AC and 2A. RGB value is (33,172,42). Sum of RGB (Red+Green+Blue) = 33+172+42=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AC2A is #DE53D5. Grayscale: #747474. Windows color (decimal): -14570454 or 2796577. OLE color: 2796577.

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

Color convert

RGB3317242-
CMYK0.8100.760.33
HSL123.88º67.8%40.2%-
HSV(B)123.88º80.81%67.45%-
XYZ15.8307.15-
YUV115.6286.4569.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 172 (67.58% from 255) = 69.64%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=13.36%
G=69.64%
B=17.00%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33172420.8100.760.33123.8867.840.2
Hex21AC2A5104C217c4428
Octal412545212101144117410450
Binary1000011010110010101010100010100110010000111111001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,172,42); }

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

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

 a { background-color: rgb(33,172,42); }

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

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

 span { border-color: rgb(33,172,42); }

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