Html Css Color HEX #218228 Forest Green

📋 copy color: '#218228'

red 33 ◦ green 130 ◦ blue 40

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

Shades of Forest Green #218228

Tints of Forest Green #218228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 64.04%

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

R = 16.26%
G = 64.04%
B = 19.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#218228 (or 0x218228) is known color: Forest Green. HEX triplet: 21, 82 and 28. RGB value is (33,130,40). Sum of RGB (Red+Green+Blue) = 33+130+40=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #218228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218228 is #DE7DD7. Grayscale: #5B5B5B. Windows color (decimal): -14581208 or 2654753. OLE color: 2654753.

HSL color Cylindrical-coordinate representation of color #218228: hue angle of 124.33º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218228 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 40 -
CMYK 0.75 0 0.69 0.49
HSL 124.33º 0.6% 0.32% -
HSV(B) 124.33º 0.75% 0.51% -
XYZ 8.99 16.44 4.71 -
YUV 90.74 99.36 86.82 -
System Red Green Blue C M Y K H S L
Decimal 33 130 40 0.75 0 0.69 0.49 124.33 0.6 0.32
Hex 21 82 28 4B 0 45 31 7C 3C 20
Octal 41 202 50 113 0 105 61 174 74 40
Binary 100001 10000010 101000 1001011 0 1000101 110001 1111100 111100 100000

Color Harmonies of #218228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218228

Black with #218228

Text Example


Text Example

White with #218228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218228; }

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

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

background-color css

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

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

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

border-color css

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

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

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