Html Css Color HEX #139914 Forest Green

📋 copy color: '#139914'

red 19 ◦ green 153 ◦ blue 20

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

Shades of Forest Green #139914

Tints of Forest Green #139914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 9.9%
G = 79.69%
B = 10.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#139914 (or 0x139914) is known color: Forest Green. HEX triplet: 13, 99 and 14. RGB value is (19,153,20). Sum of RGB (Red+Green+Blue) = 19+153+20=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 153 (60.16% from 255 or 79.69% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 153 - color contains mainly: green. Hex color #139914 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139914 is #EC66EB. Grayscale: #626262. Windows color (decimal): -15492844 or 1349907. OLE color: 1349907.

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

Color convert

RGB 19 153 20 -
CMYK 0.88 0 0.87 0.4
HSL 120.45º 0.78% 0.34% -
HSV(B) 120.45º 0.88% 0.6% -
XYZ 11.79 22.97 4.47 -
YUV 97.77 84.11 71.81 -
System Red Green Blue C M Y K H S L
Decimal 19 153 20 0.88 0 0.87 0.4 120.45 0.78 0.34
Hex 13 99 14 58 0 57 28 78 4E 22
Octal 23 231 24 130 0 127 50 170 116 42
Binary 10011 10011001 10100 1011000 0 1010111 101000 1111000 1001110 100010

Color Harmonies of #139914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139914

Black with #139914

Text Example


Text Example

White with #139914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139914; }

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

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

background-color css

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

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

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

border-color css

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

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

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