Html Css Color HEX #288220 Forest Green

📋 copy color: '#288220'

red 40 ◦ green 130 ◦ blue 32

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

Shades of Forest Green #288220

Tints of Forest Green #288220

RGB

 RED value IS 40 (16.02% from 255) = 19.8%

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

 BLUE value IS 32 (12.89% from 255) = 15.84%

R = 19.8%
G = 64.36%
B = 15.84%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#288220 (or 0x288220) is known color: Forest Green. HEX triplet: 28, 82 and 20. RGB value is (40,130,32). Sum of RGB (Red+Green+Blue) = 40+130+32=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #288220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288220 is #D77DDF. Grayscale: #5C5C5C. Windows color (decimal): -14122464 or 2130472. OLE color: 2130472.

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

Color convert

RGB 40 130 32 -
CMYK 0.69 0 0.75 0.49
HSL 115.1º 0.6% 0.32% -
HSV(B) 115.1º 0.75% 0.51% -
XYZ 9.12 16.52 4.07 -
YUV 91.92 94.18 90.97 -
System Red Green Blue C M Y K H S L
Decimal 40 130 32 0.69 0 0.75 0.49 115.1 0.6 0.32
Hex 28 82 20 45 0 4B 31 73 3C 20
Octal 50 202 40 105 0 113 61 163 74 40
Binary 101000 10000010 100000 1000101 0 1001011 110001 1110011 111100 100000

Color Harmonies of #288220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288220

Black with #288220

Text Example


Text Example

White with #288220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288220; }

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

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

background-color css

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

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

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

border-color css

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

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

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