#218B35

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

Shades of Forest Green #218B35

Tints of Forest Green #218B35

Color information

#218B35 (or 0x218B35) is unknown color: approx Forest Green. HEX triplet: 21, 8B and 35. RGB value is (33,139,53). Sum of RGB (Red+Green+Blue) = 33+139+53=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #218B35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218B35 is #DE74CA. Grayscale: #616161. Windows color (decimal): -14578891 or 3509025. OLE color: 3509025.

HSL color Cylindrical-coordinate representation of color #218B35: hue angle of 131.32º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218B35 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB3313953-
CMYK0.7600.620.45
HSL131.32º61.63%33.73%-
HSV(B)131.32º76.26%54.51%-
XYZ10.519.056.49-
YUV97.5102.8881.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 139 (54.69% from 255) = 61.78%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=14.67%
G=61.78%
B=23.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33139530.7600.620.45131.3261.6333.73
Hex218B354C03E2D833e22
Octal4121365114076552037642
Binary100001100010111101011001100011111010110110000011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218B35; }

 p { color: rgb(33,139,53); }

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

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

 a { background-color: rgb(33,139,53); }

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

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

 span { border-color: rgb(33,139,53); }

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