Html Css Color HEX #147C1C Forest Green

📋 copy color: '#147C1C'

red 20 ◦ green 124 ◦ blue 28

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

Shades of Forest Green #147C1C

Tints of Forest Green #147C1C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 72.09%

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

R = 11.63%
G = 72.09%
B = 16.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#147C1C (or 0x147C1C) is known color: Forest Green. HEX triplet: 14, 7C and 1C. RGB value is (20,124,28). Sum of RGB (Red+Green+Blue) = 20+124+28=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 124 (48.83% from 255 or 72.09% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 124 - color contains mainly: green. Hex color #147C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147C1C is #EB83E3. Grayscale: #525252. Windows color (decimal): -15434724 or 1866772. OLE color: 1866772.

HSL color Cylindrical-coordinate representation of color #147C1C: hue angle of 124.62º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147C1C is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 124 28 -
CMYK 0.84 0 0.77 0.51
HSL 124.62º 0.72% 0.28% -
HSV(B) 124.62º 0.84% 0.49% -
XYZ 7.71 14.65 3.52 -
YUV 81.96 97.54 83.81 -
System Red Green Blue C M Y K H S L
Decimal 20 124 28 0.84 0 0.77 0.51 124.62 0.72 0.28
Hex 14 7C 1C 54 0 4D 33 7D 48 1C
Octal 24 174 34 124 0 115 63 175 110 34
Binary 10100 1111100 11100 1010100 0 1001101 110011 1111101 1001000 11100

Color Harmonies of #147C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C1C

Black with #147C1C

Text Example


Text Example

White with #147C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147C1C; }

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

 H1.HeaderClassName
 {
   color: #147C1C;
 }
 .AnyTagClassName
 {
   color: #147C1C;
 }
</style>

background-color css

<style>
 a { background-color: #147C1C; }

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

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

border-color css

<style>
 span { border-color: #147C1C; }

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

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