Html Css Color HEX #139913 Forest Green

📋 copy color: '#139913'

red 19 ◦ green 153 ◦ blue 19

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

Shades of Forest Green #139913

Tints of Forest Green #139913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 80.1%

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

R = 9.95%
G = 80.1%
B = 9.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#139913 (or 0x139913) is known color: Forest Green. HEX triplet: 13, 99 and 13. RGB value is (19,153,19). Sum of RGB (Red+Green+Blue) = 19+153+19=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 153 (60.16% from 255 or 80.10% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 153 - color contains mainly: green. Hex color #139913 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139913 is #EC66EC. Grayscale: #626262. Windows color (decimal): -15492845 or 1284371. OLE color: 1284371.

HSL color Cylindrical-coordinate representation of color #139913: hue angle of 120º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139913 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 19 -
CMYK 0.88 0 0.88 0.4
HSL 120º 0.78% 0.34% -
HSV(B) 120º 0.88% 0.6% -
XYZ 11.78 22.97 4.43 -
YUV 97.66 83.61 71.9 -
System Red Green Blue C M Y K H S L
Decimal 19 153 19 0.88 0 0.88 0.4 120 0.78 0.34
Hex 13 99 13 58 0 58 28 78 4E 22
Octal 23 231 23 130 0 130 50 170 116 42
Binary 10011 10011001 10011 1011000 0 1011000 101000 1111000 1001110 100010

Color Harmonies of #139913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139913

Black with #139913

Text Example


Text Example

White with #139913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139913; }

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

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

background-color css

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

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

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

border-color css

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

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

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