#218932

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

Shades of Forest Green #218932

Tints of Forest Green #218932

Color information

#218932 (or 0x218932) is unknown color: approx Forest Green. HEX triplet: 21, 89 and 32. RGB value is (33,137,50). Sum of RGB (Red+Green+Blue) = 33+137+50=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 137 (53.91% from 255 or 62.27% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 137 - color contains mainly: green. Hex color #218932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218932 is #DE76CD. Grayscale: #606060. Windows color (decimal): -14579406 or 3311905. OLE color: 3311905.

HSL color Cylindrical-coordinate representation of color #218932: hue angle of 129.81º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218932 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB3313750-
CMYK0.7600.640.46
HSL129.81º61.18%33.33%-
HSV(B)129.81º75.91%53.73%-
XYZ10.1518.446.04-
YUV95.99102.0483.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 137 (53.91% from 255) = 62.27%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=15%
G=62.27%
B=22.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33137500.7600.640.46129.8161.1833.33
Hex2189324C0402E823d21
Octal41211621140100562027541
Binary1000011000100111001010011000100000010111010000010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218932; }

 p { color: rgb(33,137,50); }

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

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

 a { background-color: rgb(33,137,50); }

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

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

 span { border-color: rgb(33,137,50); }

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