Html Css Color HEX #208225 Forest Green

📋 copy color: '#208225'

red 32 ◦ green 130 ◦ blue 37

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

Shades of Forest Green #208225

Tints of Forest Green #208225

RGB

 RED value IS 32 (12.89% from 255) = 16.08%

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

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

R = 16.08%
G = 65.33%
B = 18.59%

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

#208225 (or 0x208225) is known color: Forest Green. HEX triplet: 20, 82 and 25. RGB value is (32,130,37). Sum of RGB (Red+Green+Blue) = 32+130+37=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #208225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208225 is #DF7DDA. Grayscale: #5A5A5A. Windows color (decimal): -14646747 or 2458144. OLE color: 2458144.

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

Color convert

RGB 32 130 37 -
CMYK 0.75 0 0.72 0.49
HSL 123.06º 0.6% 0.32% -
HSV(B) 123.06º 0.75% 0.51% -
XYZ 8.91 16.41 4.45 -
YUV 90.1 98.03 86.56 -
System Red Green Blue C M Y K H S L
Decimal 32 130 37 0.75 0 0.72 0.49 123.06 0.6 0.32
Hex 20 82 25 4B 0 48 31 7B 3C 20
Octal 40 202 45 113 0 110 61 173 74 40
Binary 100000 10000010 100101 1001011 0 1001000 110001 1111011 111100 100000

Color Harmonies of #208225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208225

Black with #208225

Text Example


Text Example

White with #208225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208225; }

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

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

background-color css

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

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

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

border-color css

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

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

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