Html Css Color HEX #138311 Forest Green

📋 copy color: '#138311'

red 19 ◦ green 131 ◦ blue 17

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

Shades of Forest Green #138311

Tints of Forest Green #138311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 78.44%

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

R = 11.38%
G = 78.44%
B = 10.18%

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

#138311 (or 0x138311) is known color: Forest Green. HEX triplet: 13, 83 and 11. RGB value is (19,131,17). Sum of RGB (Red+Green+Blue) = 19+131+17=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 131 (51.56% from 255 or 78.44% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 131 - color contains mainly: green. Hex color #138311 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138311 is #EC7CEE. Grayscale: #545454. Windows color (decimal): -15498479 or 1147667. OLE color: 1147667.

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

Color convert

RGB 19 131 17 -
CMYK 0.85 0 0.87 0.49
HSL 118.95º 0.77% 0.29% -
HSV(B) 118.95º 0.87% 0.51% -
XYZ 8.49 16.41 3.25 -
YUV 84.52 89.89 81.27 -
System Red Green Blue C M Y K H S L
Decimal 19 131 17 0.85 0 0.87 0.49 118.95 0.77 0.29
Hex 13 83 11 55 0 57 31 77 4D 1D
Octal 23 203 21 125 0 127 61 167 115 35
Binary 10011 10000011 10001 1010101 0 1010111 110001 1110111 1001101 11101

Color Harmonies of #138311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138311

Black with #138311

Text Example


Text Example

White with #138311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138311; }

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

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

background-color css

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

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

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

border-color css

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

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

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