#218A22

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

Shades of Forest Green #218A22

Tints of Forest Green #218A22

Color information

#218A22 (or 0x218A22) is unknown color: approx Forest Green. HEX triplet: 21, 8A and 22. RGB value is (33,138,34). Sum of RGB (Red+Green+Blue) = 33+138+34=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 138 (54.30% from 255 or 67.32% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 138 - color contains mainly: green. Hex color #218A22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218A22 is #DE75DD. Grayscale: #5F5F5F. Windows color (decimal): -14579166 or 2263585. OLE color: 2263585.

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

Color convert

RGB3313834-
CMYK0.7600.750.46
HSL120.57º61.4%33.53%-
HSV(B)120.57º76.09%54.12%-
XYZ1018.624.58-
YUV94.7593.7183.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 138 (54.30% from 255) = 67.32%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=16.10%
G=67.32%
B=16.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33138340.7600.750.46120.5761.433.53
Hex218A224C04B2E793d22
Octal41212421140113561717542
Binary100001100010101000101001100010010111011101111001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218A22; }

 p { color: rgb(33,138,34); }

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

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

 a { background-color: rgb(33,138,34); }

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

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

 span { border-color: rgb(33,138,34); }

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