Html Css Color HEX #14992F Forest Green

📋 copy color: '#14992F'

red 20 ◦ green 153 ◦ blue 47

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

Shades of Forest Green #14992F

Tints of Forest Green #14992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 69.55%

 BLUE value IS 47 (18.75% from 255) = 21.36%

R = 9.09%
G = 69.55%
B = 21.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#14992F (or 0x14992F) is known color: Forest Green. HEX triplet: 14, 99 and 2F. RGB value is (20,153,47). Sum of RGB (Red+Green+Blue) = 20+153+47=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 153 (60.16% from 255 or 69.55% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 153 - color contains mainly: green. Hex color #14992F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14992F is #EB66D0. Grayscale: #656565. Windows color (decimal): -15427281 or 3119380. OLE color: 3119380.

HSL color Cylindrical-coordinate representation of color #14992F: hue angle of 132.18º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14992F is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 47 -
CMYK 0.87 0 0.69 0.4
HSL 132.18º 0.77% 0.34% -
HSV(B) 132.18º 0.87% 0.6% -
XYZ 12.19 23.14 6.51 -
YUV 101.15 97.44 70.12 -
System Red Green Blue C M Y K H S L
Decimal 20 153 47 0.87 0 0.69 0.4 132.18 0.77 0.34
Hex 14 99 2F 57 0 45 28 84 4D 22
Octal 24 231 57 127 0 105 50 204 115 42
Binary 10100 10011001 101111 1010111 0 1000101 101000 10000100 1001101 100010

Color Harmonies of #14992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14992F

Black with #14992F

Text Example


Text Example

White with #14992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,153,47); }

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

background-color css

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

 a { background-color: rgb(20,153,47); }

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

border-color css

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

 span { border-color: rgb(20,153,47); }

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