Html Css Color HEX #139713 Forest Green

📋 copy color: '#139713'

red 19 ◦ green 151 ◦ blue 19

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

Shades of Forest Green #139713

Tints of Forest Green #139713

RGB

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

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

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

R = 10.05%
G = 79.89%
B = 10.05%

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

#139713 (or 0x139713) is known color: Forest Green. HEX triplet: 13, 97 and 13. RGB value is (19,151,19). Sum of RGB (Red+Green+Blue) = 19+151+19=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 151 (59.38% from 255 or 79.89% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 151 - color contains mainly: green. Hex color #139713 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139713 is #EC68EC. Grayscale: #606060. Windows color (decimal): -15493357 or 1283859. OLE color: 1283859.

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

Color convert

RGB 19 151 19 -
CMYK 0.87 0 0.87 0.41
HSL 120º 0.78% 0.33% -
HSV(B) 120º 0.87% 0.59% -
XYZ 11.45 22.32 4.32 -
YUV 96.48 84.27 72.73 -
System Red Green Blue C M Y K H S L
Decimal 19 151 19 0.87 0 0.87 0.41 120 0.78 0.33
Hex 13 97 13 57 0 57 29 78 4E 21
Octal 23 227 23 127 0 127 51 170 116 41
Binary 10011 10010111 10011 1010111 0 1010111 101001 1111000 1001110 100001

Color Harmonies of #139713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139713

Black with #139713

Text Example


Text Example

White with #139713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139713; }

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

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

background-color css

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

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

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

border-color css

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

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

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