Html Css Color HEX #138017 Forest Green

📋 copy color: '#138017'

red 19 ◦ green 128 ◦ blue 23

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

Shades of Forest Green #138017

Tints of Forest Green #138017

RGB

 RED value IS 19 (7.81% from 255) = 11.18%

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

 BLUE value IS 23 (9.38% from 255) = 13.53%

R = 11.18%
G = 75.29%
B = 13.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#138017 (or 0x138017) is known color: Forest Green. HEX triplet: 13, 80 and 17. RGB value is (19,128,23). Sum of RGB (Red+Green+Blue) = 19+128+23=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 128 (50.39% from 255 or 75.29% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 128 - color contains mainly: green. Hex color #138017 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138017 is #EC7FE8. Grayscale: #535353. Windows color (decimal): -15499241 or 1540115. OLE color: 1540115.

HSL color Cylindrical-coordinate representation of color #138017: hue angle of 122.2º 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 #138017 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 23 -
CMYK 0.85 0 0.82 0.50
HSL 122.2º 0.74% 0.29% -
HSV(B) 122.2º 0.85% 0.5% -
XYZ 8.14 15.64 3.4 -
YUV 83.44 93.89 82.04 -
System Red Green Blue C M Y K H S L
Decimal 19 128 23 0.85 0 0.82 0.50 122.2 0.74 0.29
Hex 13 80 17 55 0 52 32 7A 4A 1D
Octal 23 200 27 125 0 122 62 172 112 35
Binary 10011 10000000 10111 1010101 0 1010010 110010 1111010 1001010 11101

Color Harmonies of #138017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138017

Black with #138017

Text Example


Text Example

White with #138017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138017; }

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

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

background-color css

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

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

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

border-color css

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

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

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