#21A438

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

Shades of Forest Green #21A438

Tints of Forest Green #21A438

Color information

#21A438 (or 0x21A438) is unknown color: approx Forest Green. HEX triplet: 21, A4 and 38. RGB value is (33,164,56). Sum of RGB (Red+Green+Blue) = 33+164+56=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 164 (64.45% from 255 or 64.82% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 164 - color contains mainly: green. Hex color #21A438 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A438 is #DE5BC7. Grayscale: #707070. Windows color (decimal): -14572488 or 3712033. OLE color: 3712033.

HSL color Cylindrical-coordinate representation of color #21A438: hue angle of 130.53º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A438 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB3316456-
CMYK0.8000.660.36
HSL130.53º66.5%38.63%-
HSV(B)130.53º79.88%64.31%-
XYZ14.6227.168.21-
YUV112.5296.171.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 164 (64.45% from 255) = 64.82%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=13.04%
G=64.82%
B=22.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33164560.8000.660.36130.5366.538.63
Hex21A4385004224834227
Octal412447012001024420310247
Binary10000110100100111000101000001000010100100100000111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,164,56); }

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

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

 a { background-color: rgb(33,164,56); }

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

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

 span { border-color: rgb(33,164,56); }

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