Html Css Color HEX #139414 Forest Green

📋 copy color: '#139414'

red 19 ◦ green 148 ◦ blue 20

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

Shades of Forest Green #139414

Tints of Forest Green #139414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 79.14%

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

R = 10.16%
G = 79.14%
B = 10.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#139414 (or 0x139414) is known color: Forest Green. HEX triplet: 13, 94 and 14. RGB value is (19,148,20). Sum of RGB (Red+Green+Blue) = 19+148+20=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 148 (58.20% from 255 or 79.14% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 148 - color contains mainly: green. Hex color #139414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139414 is #EC6BEB. Grayscale: #5F5F5F. Windows color (decimal): -15494124 or 1348627. OLE color: 1348627.

HSL color Cylindrical-coordinate representation of color #139414: hue angle of 120.47º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139414 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 148 20 -
CMYK 0.87 0 0.86 0.42
HSL 120.47º 0.77% 0.33% -
HSV(B) 120.47º 0.87% 0.58% -
XYZ 10.98 21.37 4.21 -
YUV 94.84 85.76 73.91 -
System Red Green Blue C M Y K H S L
Decimal 19 148 20 0.87 0 0.86 0.42 120.47 0.77 0.33
Hex 13 94 14 57 0 56 2A 78 4D 21
Octal 23 224 24 127 0 126 52 170 115 41
Binary 10011 10010100 10100 1010111 0 1010110 101010 1111000 1001101 100001

Color Harmonies of #139414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139414

Black with #139414

Text Example


Text Example

White with #139414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139414; }

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

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

background-color css

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

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

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

border-color css

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

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

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