#219528

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

Shades of Forest Green #219528

Tints of Forest Green #219528

Color information

#219528 (or 0x219528) is unknown color: approx Forest Green. HEX triplet: 21, 95 and 28. RGB value is (33,149,40). Sum of RGB (Red+Green+Blue) = 33+149+40=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #219528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219528 is #DE6AD7. Grayscale: #666666. Windows color (decimal): -14576344 or 2659617. OLE color: 2659617.

HSL color Cylindrical-coordinate representation of color #219528: hue angle of 123.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219528 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB3314940-
CMYK0.7800.730.42
HSL123.62º63.74%35.69%-
HSV(B)123.62º77.85%58.43%-
XYZ11.7621.975.63-
YUV101.8993.0778.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 149 (58.59% from 255) = 67.12%
BLUE value IS 40 (16.02% from 255) = 18.02%
R=14.86%
G=67.12%
B=18.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33149400.7800.730.42123.6263.7435.69
Hex2195284E0492A7c4024
Octal412255011601115217410044
Binary1000011001010110100010011100100100110101011111001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219528; }

 p { color: rgb(33,149,40); }

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

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

 a { background-color: rgb(33,149,40); }

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

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

 span { border-color: rgb(33,149,40); }

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