Html Css Color HEX #138111 Forest Green

📋 copy color: '#138111'

red 19 ◦ green 129 ◦ blue 17

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

Shades of Forest Green #138111

Tints of Forest Green #138111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 78.18%

 BLUE value IS 17 (7.03% from 255) = 10.3%

R = 11.52%
G = 78.18%
B = 10.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#138111 (or 0x138111) is known color: Forest Green. HEX triplet: 13, 81 and 11. RGB value is (19,129,17). Sum of RGB (Red+Green+Blue) = 19+129+17=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 129 (50.78% from 255 or 78.18% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 129 - color contains mainly: green. Hex color #138111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138111 is #EC7EEE. Grayscale: #535353. Windows color (decimal): -15498991 or 1147155. OLE color: 1147155.

HSL color Cylindrical-coordinate representation of color #138111: hue angle of 118.93º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138111 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 17 -
CMYK 0.85 0 0.87 0.49
HSL 118.93º 0.77% 0.29% -
HSV(B) 118.93º 0.87% 0.51% -
XYZ 8.22 15.88 3.16 -
YUV 83.34 90.56 82.11 -
System Red Green Blue C M Y K H S L
Decimal 19 129 17 0.85 0 0.87 0.49 118.93 0.77 0.29
Hex 13 81 11 55 0 57 31 77 4D 1D
Octal 23 201 21 125 0 127 61 167 115 35
Binary 10011 10000001 10001 1010101 0 1010111 110001 1110111 1001101 11101

Color Harmonies of #138111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138111

Black with #138111

Text Example


Text Example

White with #138111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138111; }

 p { color: rgb(19,129,17); }

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

background-color css

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

 a { background-color: rgb(19,129,17); }

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

border-color css

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

 span { border-color: rgb(19,129,17); }

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