Html Css Color HEX #218005 Forest Green

📋 copy color: '#218005'

red 33 ◦ green 128 ◦ blue 5

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

Shades of Forest Green #218005

Tints of Forest Green #218005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 77.11%

 BLUE value IS 5 (2.34% from 255) = 3.01%

R = 19.88%
G = 77.11%
B = 3.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#218005 (or 0x218005) is known color: Forest Green. HEX triplet: 21, 80 and 05. RGB value is (33,128,5). Sum of RGB (Red+Green+Blue) = 33+128+5=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 128 (50.39% from 255 or 77.11% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 128 - color contains mainly: green. Hex color #218005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218005 is #DE7FFA. Grayscale: #555555. Windows color (decimal): -14581755 or 360481. OLE color: 360481.

HSL color Cylindrical-coordinate representation of color #218005: hue angle of 106.34º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #218005 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 128 5 -
CMYK 0.74 0 0.96 0.50
HSL 106.34º 0.92% 0.26% -
HSV(B) 106.34º 0.96% 0.5% -
XYZ 8.37 15.77 2.75 -
YUV 85.57 82.53 90.5 -
System Red Green Blue C M Y K H S L
Decimal 33 128 5 0.74 0 0.96 0.50 106.34 0.92 0.26
Hex 21 80 5 4A 0 60 32 6A 5C 1A
Octal 41 200 5 112 0 140 62 152 134 32
Binary 100001 10000000 101 1001010 0 1100000 110010 1101010 1011100 11010

Color Harmonies of #218005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218005

Black with #218005

Text Example


Text Example

White with #218005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218005; }

 p { color: rgb(33,128,5); }

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

background-color css

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

 a { background-color: rgb(33,128,5); }

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

border-color css

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

 span { border-color: rgb(33,128,5); }

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