Html Css Color HEX #218028 Forest Green

📋 copy color: '#218028'

red 33 ◦ green 128 ◦ blue 40

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

Shades of Forest Green #218028

Tints of Forest Green #218028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 16.42%
G = 63.68%
B = 19.9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#218028 (or 0x218028) is known color: Forest Green. HEX triplet: 21, 80 and 28. RGB value is (33,128,40). Sum of RGB (Red+Green+Blue) = 33+128+40=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #218028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218028 is #DE7FD7. Grayscale: #595959. Windows color (decimal): -14581720 or 2654241. OLE color: 2654241.

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

Color convert

RGB 33 128 40 -
CMYK 0.74 0 0.69 0.50
HSL 124.42º 0.59% 0.32% -
HSV(B) 124.42º 0.74% 0.5% -
XYZ 8.73 15.91 4.62 -
YUV 89.56 100.03 87.66 -
System Red Green Blue C M Y K H S L
Decimal 33 128 40 0.74 0 0.69 0.50 124.42 0.59 0.32
Hex 21 80 28 4A 0 45 32 7C 3B 20
Octal 41 200 50 112 0 105 62 174 73 40
Binary 100001 10000000 101000 1001010 0 1000101 110010 1111100 111011 100000

Color Harmonies of #218028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218028

Black with #218028

Text Example


Text Example

White with #218028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218028; }

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

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

background-color css

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

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

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

border-color css

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

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

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