Html Css Color HEX #149713 Forest Green

📋 copy color: '#149713'

red 20 ◦ green 151 ◦ blue 19

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

Shades of Forest Green #149713

Tints of Forest Green #149713

RGB

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

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

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

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

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

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

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

Color convert

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

Color Harmonies of #149713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149713

Black with #149713

Text Example


Text Example

White with #149713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149713; }

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

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

background-color css

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

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

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

border-color css

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

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

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