Html Css Color HEX #14791C Forest Green

📋 copy color: '#14791C'

red 20 ◦ green 121 ◦ blue 28

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

Shades of Forest Green #14791C

Tints of Forest Green #14791C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 71.6%

 BLUE value IS 28 (11.33% from 255) = 16.57%

R = 11.83%
G = 71.6%
B = 16.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#14791C (or 0x14791C) is known color: Forest Green. HEX triplet: 14, 79 and 1C. RGB value is (20,121,28). Sum of RGB (Red+Green+Blue) = 20+121+28=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 121 (47.66% from 255 or 71.60% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 121 - color contains mainly: green. Hex color #14791C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14791C is #EB86E3. Grayscale: #505050. Windows color (decimal): -15435492 or 1866004. OLE color: 1866004.

HSL color Cylindrical-coordinate representation of color #14791C: hue angle of 124.75º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14791C is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 121 28 -
CMYK 0.83 0 0.77 0.53
HSL 124.75º 0.72% 0.28% -
HSV(B) 124.75º 0.83% 0.47% -
XYZ 7.34 13.91 3.4 -
YUV 80.2 98.54 85.06 -
System Red Green Blue C M Y K H S L
Decimal 20 121 28 0.83 0 0.77 0.53 124.75 0.72 0.28
Hex 14 79 1C 53 0 4D 35 7D 48 1C
Octal 24 171 34 123 0 115 65 175 110 34
Binary 10100 1111001 11100 1010011 0 1001101 110101 1111101 1001000 11100

Color Harmonies of #14791C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14791C

Black with #14791C

Text Example


Text Example

White with #14791C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,121,28); }

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

background-color css

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

 a { background-color: rgb(20,121,28); }

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

border-color css

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

 span { border-color: rgb(20,121,28); }

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