Html Css Color HEX #168013 Forest Green

📋 copy color: '#168013'

red 22 ◦ green 128 ◦ blue 19

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

Shades of Forest Green #168013

Tints of Forest Green #168013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.24%

R = 13.02%
G = 75.74%
B = 11.24%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#168013 (or 0x168013) is known color: Forest Green. HEX triplet: 16, 80 and 13. RGB value is (22,128,19). Sum of RGB (Red+Green+Blue) = 22+128+19=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 128 (50.39% from 255 or 75.74% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 128 - color contains mainly: green. Hex color #168013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168013 is #E97FEC. Grayscale: #545454. Windows color (decimal): -15302637 or 1277974. OLE color: 1277974.

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

Color convert

RGB 22 128 19 -
CMYK 0.83 0 0.85 0.50
HSL 118.35º 0.74% 0.29% -
HSV(B) 118.35º 0.85% 0.5% -
XYZ 8.17 15.66 3.21 -
YUV 83.88 91.38 83.86 -
System Red Green Blue C M Y K H S L
Decimal 22 128 19 0.83 0 0.85 0.50 118.35 0.74 0.29
Hex 16 80 13 53 0 55 32 76 4A 1D
Octal 26 200 23 123 0 125 62 166 112 35
Binary 10110 10000000 10011 1010011 0 1010101 110010 1110110 1001010 11101

Color Harmonies of #168013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168013

Black with #168013

Text Example


Text Example

White with #168013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168013; }

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

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

background-color css

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

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

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

border-color css

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

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

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