Html Css Color HEX #139714 Forest Green

📋 copy color: '#139714'

red 19 ◦ green 151 ◦ blue 20

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

Shades of Forest Green #139714

Tints of Forest Green #139714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 79.47%

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

R = 10%
G = 79.47%
B = 10.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#139714 (or 0x139714) is known color: Forest Green. HEX triplet: 13, 97 and 14. RGB value is (19,151,20). Sum of RGB (Red+Green+Blue) = 19+151+20=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 151 (59.38% from 255 or 79.47% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 151 - color contains mainly: green. Hex color #139714 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139714 is #EC68EB. Grayscale: #606060. Windows color (decimal): -15493356 or 1349395. OLE color: 1349395.

HSL color Cylindrical-coordinate representation of color #139714: hue angle of 120.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139714 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 151 20 -
CMYK 0.87 0 0.87 0.41
HSL 120.45º 0.78% 0.33% -
HSV(B) 120.45º 0.87% 0.59% -
XYZ 11.46 22.32 4.37 -
YUV 96.6 84.77 72.65 -
System Red Green Blue C M Y K H S L
Decimal 19 151 20 0.87 0 0.87 0.41 120.45 0.78 0.33
Hex 13 97 14 57 0 57 29 78 4E 21
Octal 23 227 24 127 0 127 51 170 116 41
Binary 10011 10010111 10100 1010111 0 1010111 101001 1111000 1001110 100001

Color Harmonies of #139714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139714

Black with #139714

Text Example


Text Example

White with #139714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139714; }

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

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

background-color css

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

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

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

border-color css

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

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

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