Html Css Color HEX #138913 Forest Green

📋 copy color: '#138913'

red 19 ◦ green 137 ◦ blue 19

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

Shades of Forest Green #138913

Tints of Forest Green #138913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 78.29%

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

R = 10.86%
G = 78.29%
B = 10.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#138913 (or 0x138913) is known color: Forest Green. HEX triplet: 13, 89 and 13. RGB value is (19,137,19). Sum of RGB (Red+Green+Blue) = 19+137+19=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 137 (53.91% from 255 or 78.29% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 137 - color contains mainly: green. Hex color #138913 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138913 is #EC76EC. Grayscale: #585858. Windows color (decimal): -15496941 or 1280275. OLE color: 1280275.

HSL color Cylindrical-coordinate representation of color #138913: hue angle of 120º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138913 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 19 -
CMYK 0.86 0 0.86 0.46
HSL 120º 0.76% 0.31% -
HSV(B) 120º 0.86% 0.54% -
XYZ 9.33 18.08 3.61 -
YUV 88.27 88.91 78.59 -
System Red Green Blue C M Y K H S L
Decimal 19 137 19 0.86 0 0.86 0.46 120 0.76 0.31
Hex 13 89 13 56 0 56 2E 78 4C 1F
Octal 23 211 23 126 0 126 56 170 114 37
Binary 10011 10001001 10011 1010110 0 1010110 101110 1111000 1001100 11111

Color Harmonies of #138913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138913

Black with #138913

Text Example


Text Example

White with #138913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138913; }

 p { color: rgb(19,137,19); }

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

background-color css

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

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

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

border-color css

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

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

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