#218129

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

Shades of Forest Green #218129

Tints of Forest Green #218129

Color information

#218129 (or 0x218129) is unknown color: approx Forest Green. HEX triplet: 21, 81 and 29. RGB value is (33,129,41). Sum of RGB (Red+Green+Blue) = 33+129+41=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #218129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218129 is #DE7ED6. Grayscale: #5A5A5A. Windows color (decimal): -14581463 or 2720033. OLE color: 2720033.

HSL color Cylindrical-coordinate representation of color #218129: hue angle of 125º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218129 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB3312941-
CMYK0.7400.680.49
HSL125º59.26%31.76%-
HSV(B)125º74.42%50.59%-
XYZ8.8816.184.75-
YUV90.26100.287.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 129 (50.78% from 255) = 63.55%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=16.26%
G=63.55%
B=20.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33129410.7400.680.4912559.2631.76
Hex2181294A044317d3b20
Octal41201511120104611757340
Binary100001100000011010011001010010001001100011111101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218129; }

 p { color: rgb(33,129,41); }

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

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

 a { background-color: rgb(33,129,41); }

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

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

 span { border-color: rgb(33,129,41); }

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