#218226

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

Shades of Forest Green #218226

Tints of Forest Green #218226

Color information

#218226 (or 0x218226) is unknown color: approx Forest Green. HEX triplet: 21, 82 and 26. RGB value is (33,130,38). Sum of RGB (Red+Green+Blue) = 33+130+38=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #218226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218226 is #DE7DD9. Grayscale: #5A5A5A. Windows color (decimal): -14581210 or 2523681. OLE color: 2523681.

HSL color Cylindrical-coordinate representation of color #218226: hue angle of 123.09º 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 #218226 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB3313038-
CMYK0.7500.710.49
HSL123.09º59.51%31.96%-
HSV(B)123.09º74.62%50.98%-
XYZ8.9616.434.53-
YUV90.5198.3686.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 130 (51.17% from 255) = 64.68%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=16.42%
G=64.68%
B=18.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130380.7500.710.49123.0959.5131.96
Hex2182264B047317b3c20
Octal41202461130107611737440
Binary100001100000101001101001011010001111100011111011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218226; }

 p { color: rgb(33,130,38); }

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

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

 a { background-color: rgb(33,130,38); }

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

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

 span { border-color: rgb(33,130,38); }

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