Html Css Color HEX #14992C Forest Green

📋 copy color: '#14992C'

red 20 ◦ green 153 ◦ blue 44

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

Shades of Forest Green #14992C

Tints of Forest Green #14992C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.28%

R = 9.22%
G = 70.51%
B = 20.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#14992C (or 0x14992C) is known color: Forest Green. HEX triplet: 14, 99 and 2C. RGB value is (20,153,44). Sum of RGB (Red+Green+Blue) = 20+153+44=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 153 (60.16% from 255 or 70.51% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 153 - color contains mainly: green. Hex color #14992C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14992C is #EB66D3. Grayscale: #656565. Windows color (decimal): -15427284 or 2922772. OLE color: 2922772.

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

Color convert

RGB 20 153 44 -
CMYK 0.87 0 0.71 0.4
HSL 130.83º 0.77% 0.34% -
HSV(B) 130.83º 0.87% 0.6% -
XYZ 12.13 23.11 6.2 -
YUV 100.81 95.94 70.36 -
System Red Green Blue C M Y K H S L
Decimal 20 153 44 0.87 0 0.71 0.4 130.83 0.77 0.34
Hex 14 99 2C 57 0 47 28 83 4D 22
Octal 24 231 54 127 0 107 50 203 115 42
Binary 10100 10011001 101100 1010111 0 1000111 101000 10000011 1001101 100010

Color Harmonies of #14992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14992C

Black with #14992C

Text Example


Text Example

White with #14992C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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