Html Css Color HEX #218513 Forest Green

📋 copy color: '#218513'

red 33 ◦ green 133 ◦ blue 19

#218513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #218513

Tints of Forest Green #218513

RGB

 RED value IS 33 (13.28% from 255) = 17.84%

 GREEN value IS 133 (52.34% from 255) = 71.89%

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 17.84%
G = 71.89%
B = 10.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#218513 (or 0x218513) is known color: Forest Green. HEX triplet: 21, 85 and 13. RGB value is (33,133,19). Sum of RGB (Red+Green+Blue) = 33+133+19=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #218513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218513 is #DE7AEC. Grayscale: #5A5A5A. Windows color (decimal): -14580461 or 1279265. OLE color: 1279265.

HSL color Cylindrical-coordinate representation of color #218513: hue angle of 112.63º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218513 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 133 19 -
CMYK 0.75 0 0.86 0.48
HSL 112.63º 0.75% 0.3% -
HSV(B) 112.63º 0.86% 0.52% -
XYZ 9.13 17.15 3.44 -
YUV 90.1 87.87 87.27 -
System Red Green Blue C M Y K H S L
Decimal 33 133 19 0.75 0 0.86 0.48 112.63 0.75 0.3
Hex 21 85 13 4B 0 56 30 71 4B 1E
Octal 41 205 23 113 0 126 60 161 113 36
Binary 100001 10000101 10011 1001011 0 1010110 110000 1110001 1001011 11110

Color Harmonies of #218513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218513

Black with #218513

Text Example


Text Example

White with #218513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218513; }

 p { color: rgb(33,133,19); }

 H1.HeaderClassName
 {
   color: #218513;
 }
 .AnyTagClassName
 {
   color: #218513;
 }
</style>

background-color css

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

 a { background-color: rgb(33,133,19); }

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

border-color css

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

 span { border-color: rgb(33,133,19); }

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