Html Css Color HEX #098020 Forest Green

📋 copy color: '#098020'

red 9 ◦ green 128 ◦ blue 32

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

Shades of Forest Green #098020

Tints of Forest Green #098020

RGB

 RED value IS 9 (3.91% from 255) = 5.33%

 GREEN value IS 128 (50.39% from 255) = 75.74%

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

R = 5.33%
G = 75.74%
B = 18.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#098020 (or 0x098020) is known color: Forest Green. HEX triplet: 09, 80 and 20. RGB value is (9,128,32). Sum of RGB (Red+Green+Blue) = 9+128+32=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 128 (50.39% from 255 or 75.74% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 128 - color contains mainly: green. Hex color #098020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098020 is #F67FDF. Grayscale: #515151. Windows color (decimal): -16154592 or 2129929. OLE color: 2129929.

HSL color Cylindrical-coordinate representation of color #098020: hue angle of 131.6º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098020 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 128 32 -
CMYK 0.93 0 0.75 0.50
HSL 131.6º 0.87% 0.27% -
HSV(B) 131.6º 0.93% 0.5% -
XYZ 8.09 15.6 3.95 -
YUV 81.48 100.08 76.31 -
System Red Green Blue C M Y K H S L
Decimal 9 128 32 0.93 0 0.75 0.50 131.6 0.87 0.27
Hex 9 80 20 5D 0 4B 32 84 57 1B
Octal 11 200 40 135 0 113 62 204 127 33
Binary 1001 10000000 100000 1011101 0 1001011 110010 10000100 1010111 11011

Color Harmonies of #098020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098020

Black with #098020

Text Example


Text Example

White with #098020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098020; }

 p { color: rgb(9,128,32); }

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

background-color css

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

 a { background-color: rgb(9,128,32); }

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

border-color css

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

 span { border-color: rgb(9,128,32); }

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