#21832E

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

Shades of Forest Green #21832E

Tints of Forest Green #21832E

Color information

#21832E (or 0x21832E) is unknown color: approx Forest Green. HEX triplet: 21, 83 and 2E. RGB value is (33,131,46). Sum of RGB (Red+Green+Blue) = 33+131+46=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #21832E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21832E is #DE7CD1. Grayscale: #5C5C5C. Windows color (decimal): -14580946 or 3048225. OLE color: 3048225.

HSL color Cylindrical-coordinate representation of color #21832E: hue angle of 127.96º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21832E is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB3313146-
CMYK0.7500.650.49
HSL127.96º59.76%32.16%-
HSV(B)127.96º74.81%51.37%-
XYZ9.2416.755.33-
YUV92.01102.0385.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 131 (51.56% from 255) = 62.38%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=15.71%
G=62.38%
B=21.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33131460.7500.650.49127.9659.7632.16
Hex21832E4B04131803c20
Octal41203561130101612007440
Binary1000011000001110111010010110100000111000110000000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21832E; }

 p { color: rgb(33,131,46); }

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

<style>
 a { background-color: #21832E; }

 a { background-color: rgb(33,131,46); }

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

<style>
 span { border-color: #21832E; }

 span { border-color: rgb(33,131,46); }

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