#218331

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

Shades of Forest Green #218331

Tints of Forest Green #218331

Color information

#218331 (or 0x218331) is unknown color: approx Forest Green. HEX triplet: 21, 83 and 31. RGB value is (33,131,49). Sum of RGB (Red+Green+Blue) = 33+131+49=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #218331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218331 is #DE7CCE. Grayscale: #5C5C5C. Windows color (decimal): -14580943 or 3244833. OLE color: 3244833.

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

Color convert

RGB3313149-
CMYK0.7500.630.49
HSL129.8º59.76%32.16%-
HSV(B)129.8º74.81%51.37%-
XYZ9.316.785.65-
YUV92.35103.5385.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 131 (51.56% from 255) = 61.50%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=15.49%
G=61.50%
B=23.00%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33131490.7500.630.49129.859.7632.16
Hex2183314B03F31823c20
Octal4120361113077612027440
Binary100001100000111100011001011011111111000110000010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218331; }

 p { color: rgb(33,131,49); }

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

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

 a { background-color: rgb(33,131,49); }

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

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

 span { border-color: rgb(33,131,49); }

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