Html Css Color HEX #14951F Forest Green

📋 copy color: '#14951F'

red 20 ◦ green 149 ◦ blue 31

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

Shades of Forest Green #14951F

Tints of Forest Green #14951F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 10%
G = 74.5%
B = 15.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#14951F (or 0x14951F) is known color: Forest Green. HEX triplet: 14, 95 and 1F. RGB value is (20,149,31). Sum of RGB (Red+Green+Blue) = 20+149+31=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 149 (58.59% from 255 or 74.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 149 - color contains mainly: green. Hex color #14951F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14951F is #EB6AE0. Grayscale: #616161. Windows color (decimal): -15428321 or 2069780. OLE color: 2069780.

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

Color convert

RGB 20 149 31 -
CMYK 0.87 0 0.79 0.42
HSL 125.12º 0.76% 0.33% -
HSV(B) 125.12º 0.87% 0.58% -
XYZ 11.28 21.74 4.9 -
YUV 96.98 90.76 73.09 -
System Red Green Blue C M Y K H S L
Decimal 20 149 31 0.87 0 0.79 0.42 125.12 0.76 0.33
Hex 14 95 1F 57 0 4F 2A 7D 4C 21
Octal 24 225 37 127 0 117 52 175 114 41
Binary 10100 10010101 11111 1010111 0 1001111 101010 1111101 1001100 100001

Color Harmonies of #14951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14951F

Black with #14951F

Text Example


Text Example

White with #14951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14951F; }

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

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

background-color css

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

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

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

border-color css

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

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

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