Html Css Color HEX #218225 Forest Green

📋 copy color: '#218225'

red 33 ◦ green 130 ◦ blue 37

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

Shades of Forest Green #218225

Tints of Forest Green #218225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.5%

R = 16.5%
G = 65%
B = 18.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#218225 (or 0x218225) is known color: Forest Green. HEX triplet: 21, 82 and 25. RGB value is (33,130,37). Sum of RGB (Red+Green+Blue) = 33+130+37=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #218225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218225 is #DE7DDA. Grayscale: #5A5A5A. Windows color (decimal): -14581211 or 2458145. OLE color: 2458145.

HSL color Cylindrical-coordinate representation of color #218225: hue angle of 122.47º 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 #218225 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 37 -
CMYK 0.75 0 0.72 0.49
HSL 122.47º 0.6% 0.32% -
HSV(B) 122.47º 0.75% 0.51% -
XYZ 8.94 16.42 4.45 -
YUV 90.4 97.86 87.06 -
System Red Green Blue C M Y K H S L
Decimal 33 130 37 0.75 0 0.72 0.49 122.47 0.6 0.32
Hex 21 82 25 4B 0 48 31 7A 3C 20
Octal 41 202 45 113 0 110 61 172 74 40
Binary 100001 10000010 100101 1001011 0 1001000 110001 1111010 111100 100000

Color Harmonies of #218225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218225

Black with #218225

Text Example


Text Example

White with #218225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218225; }

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

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

background-color css

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

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

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

border-color css

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

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

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