Html Css Color HEX #168020 Forest Green

📋 copy color: '#168020'

red 22 ◦ green 128 ◦ blue 32

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

Shades of Forest Green #168020

Tints of Forest Green #168020

RGB

 RED value IS 22 (8.98% from 255) = 12.09%

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

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

R = 12.09%
G = 70.33%
B = 17.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#168020 (or 0x168020) is known color: Forest Green. HEX triplet: 16, 80 and 20. RGB value is (22,128,32). Sum of RGB (Red+Green+Blue) = 22+128+32=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 128 (50.39% from 255 or 70.33% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 128 - color contains mainly: green. Hex color #168020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168020 is #E97FDF. Grayscale: #555555. Windows color (decimal): -15302624 or 2129942. OLE color: 2129942.

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

Color convert

RGB 22 128 32 -
CMYK 0.83 0 0.75 0.50
HSL 125.66º 0.71% 0.29% -
HSV(B) 125.66º 0.83% 0.5% -
XYZ 8.31 15.71 3.96 -
YUV 85.36 97.88 82.81 -
System Red Green Blue C M Y K H S L
Decimal 22 128 32 0.83 0 0.75 0.50 125.66 0.71 0.29
Hex 16 80 20 53 0 4B 32 7E 47 1D
Octal 26 200 40 123 0 113 62 176 107 35
Binary 10110 10000000 100000 1010011 0 1001011 110010 1111110 1000111 11101

Color Harmonies of #168020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168020

Black with #168020

Text Example


Text Example

White with #168020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168020; }

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

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

background-color css

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

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

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

border-color css

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

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

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