Html Css Color HEX #149513 Forest Green

📋 copy color: '#149513'

red 20 ◦ green 149 ◦ blue 19

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

Shades of Forest Green #149513

Tints of Forest Green #149513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 79.26%

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

R = 10.64%
G = 79.26%
B = 10.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#149513 (or 0x149513) is known color: Forest Green. HEX triplet: 14, 95 and 13. RGB value is (20,149,19). Sum of RGB (Red+Green+Blue) = 20+149+19=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 149 (58.59% from 255 or 79.26% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 149 - color contains mainly: green. Hex color #149513 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149513 is #EB6AEC. Grayscale: #606060. Windows color (decimal): -15428333 or 1283348. OLE color: 1283348.

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

Color convert

RGB 20 149 19 -
CMYK 0.87 0 0.87 0.42
HSL 119.54º 0.77% 0.33% -
HSV(B) 119.54º 0.87% 0.58% -
XYZ 11.15 21.69 4.21 -
YUV 95.61 84.76 74.07 -
System Red Green Blue C M Y K H S L
Decimal 20 149 19 0.87 0 0.87 0.42 119.54 0.77 0.33
Hex 14 95 13 57 0 57 2A 78 4D 21
Octal 24 225 23 127 0 127 52 170 115 41
Binary 10100 10010101 10011 1010111 0 1010111 101010 1111000 1001101 100001

Color Harmonies of #149513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149513

Black with #149513

Text Example


Text Example

White with #149513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149513; }

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

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

background-color css

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

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

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

border-color css

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

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

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