Html Css Color HEX #298220 Forest Green

📋 copy color: '#298220'

red 41 ◦ green 130 ◦ blue 32

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

Shades of Forest Green #298220

Tints of Forest Green #298220

RGB

 RED value IS 41 (16.41% from 255) = 20.2%

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

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

R = 20.2%
G = 64.04%
B = 15.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#298220 (or 0x298220) is known color: Forest Green. HEX triplet: 29, 82 and 20. RGB value is (41,130,32). Sum of RGB (Red+Green+Blue) = 41+130+32=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #298220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298220 is #D67DDF. Grayscale: #5C5C5C. Windows color (decimal): -14056928 or 2130473. OLE color: 2130473.

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

Color convert

RGB 41 130 32 -
CMYK 0.68 0 0.75 0.49
HSL 114.49º 0.6% 0.32% -
HSV(B) 114.49º 0.75% 0.51% -
XYZ 9.16 16.54 4.08 -
YUV 92.22 94.01 91.47 -
System Red Green Blue C M Y K H S L
Decimal 41 130 32 0.68 0 0.75 0.49 114.49 0.6 0.32
Hex 29 82 20 44 0 4B 31 72 3C 20
Octal 51 202 40 104 0 113 61 162 74 40
Binary 101001 10000010 100000 1000100 0 1001011 110001 1110010 111100 100000

Color Harmonies of #298220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298220

Black with #298220

Text Example


Text Example

White with #298220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298220; }

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

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

background-color css

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

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

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

border-color css

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

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

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