#218934

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

Shades of Forest Green #218934

Tints of Forest Green #218934

Color information

#218934 (or 0x218934) is unknown color: approx Forest Green. HEX triplet: 21, 89 and 34. RGB value is (33,137,52). Sum of RGB (Red+Green+Blue) = 33+137+52=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #218934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218934 is #DE76CB. Grayscale: #606060. Windows color (decimal): -14579404 or 3442977. OLE color: 3442977.

HSL color Cylindrical-coordinate representation of color #218934: hue angle of 130.96º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218934 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB3313752-
CMYK0.7600.620.46
HSL130.96º61.18%33.33%-
HSV(B)130.96º75.91%53.73%-
XYZ10.1918.466.28-
YUV96.21103.0482.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 137 (53.91% from 255) = 61.71%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=14.86%
G=61.71%
B=23.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33137520.7600.620.46130.9661.1833.33
Hex2189344C03E2E833d21
Octal4121164114076562037541
Binary100001100010011101001001100011111010111010000011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218934; }

 p { color: rgb(33,137,52); }

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

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

 a { background-color: rgb(33,137,52); }

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

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

 span { border-color: rgb(33,137,52); }

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