#218127

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

Shades of Forest Green #218127

Tints of Forest Green #218127

Color information

#218127 (or 0x218127) is unknown color: approx Forest Green. HEX triplet: 21, 81 and 27. RGB value is (33,129,39). Sum of RGB (Red+Green+Blue) = 33+129+39=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #218127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218127 is #DE7ED8. Grayscale: #5A5A5A. Windows color (decimal): -14581465 or 2588961. OLE color: 2588961.

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

Color convert

RGB3312939-
CMYK0.7400.700.49
HSL123.75º59.26%31.76%-
HSV(B)123.75º74.42%50.59%-
XYZ8.8416.174.57-
YUV90.0499.287.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 129 (50.78% from 255) = 64.18%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=16.42%
G=64.18%
B=19.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33129390.7400.700.49123.7559.2631.76
Hex2181274A046317c3b20
Octal41201471120106611747340
Binary100001100000011001111001010010001101100011111100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218127; }

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

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

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

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

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

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

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

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