Html Css Color HEX #14731C Forest Green

📋 copy color: '#14731C'

red 20 ◦ green 115 ◦ blue 28

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

Shades of Forest Green #14731C

Tints of Forest Green #14731C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 70.55%

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

R = 12.27%
G = 70.55%
B = 17.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#14731C (or 0x14731C) is known color: Forest Green. HEX triplet: 14, 73 and 1C. RGB value is (20,115,28). Sum of RGB (Red+Green+Blue) = 20+115+28=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 115 (45.31% from 255 or 70.55% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 115 - color contains mainly: green. Hex color #14731C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14731C is #EB8CE3. Grayscale: #4C4C4C. Windows color (decimal): -15437028 or 1864468. OLE color: 1864468.

HSL color Cylindrical-coordinate representation of color #14731C: hue angle of 125.05º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14731C is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 28 -
CMYK 0.83 0 0.76 0.55
HSL 125.05º 0.7% 0.26% -
HSV(B) 125.05º 0.83% 0.45% -
XYZ 6.63 12.49 3.16 -
YUV 76.68 100.53 87.57 -
System Red Green Blue C M Y K H S L
Decimal 20 115 28 0.83 0 0.76 0.55 125.05 0.7 0.26
Hex 14 73 1C 53 0 4C 37 7D 46 1A
Octal 24 163 34 123 0 114 67 175 106 32
Binary 10100 1110011 11100 1010011 0 1001100 110111 1111101 1000110 11010

Color Harmonies of #14731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14731C

Black with #14731C

Text Example


Text Example

White with #14731C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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