Html Css Color HEX #147D19 Forest Green

📋 copy color: '#147D19'

red 20 ◦ green 125 ◦ blue 25

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

Shades of Forest Green #147D19

Tints of Forest Green #147D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 73.53%

 BLUE value IS 25 (10.16% from 255) = 14.71%

R = 11.76%
G = 73.53%
B = 14.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#147D19 (or 0x147D19) is known color: Forest Green. HEX triplet: 14, 7D and 19. RGB value is (20,125,25). Sum of RGB (Red+Green+Blue) = 20+125+25=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 125 (49.22% from 255 or 73.53% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 125 - color contains mainly: green. Hex color #147D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147D19 is #EB82E6. Grayscale: #525252. Windows color (decimal): -15434471 or 1670420. OLE color: 1670420.

HSL color Cylindrical-coordinate representation of color #147D19: hue angle of 122.86º 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 #147D19 is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 125 25 -
CMYK 0.84 0 0.8 0.51
HSL 122.86º 0.72% 0.28% -
HSV(B) 122.86º 0.84% 0.49% -
XYZ 7.8 14.89 3.38 -
YUV 82.21 95.71 83.63 -
System Red Green Blue C M Y K H S L
Decimal 20 125 25 0.84 0 0.8 0.51 122.86 0.72 0.28
Hex 14 7D 19 54 0 50 33 7B 48 1C
Octal 24 175 31 124 0 120 63 173 110 34
Binary 10100 1111101 11001 1010100 0 1010000 110011 1111011 1001000 11100

Color Harmonies of #147D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D19

Black with #147D19

Text Example


Text Example

White with #147D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,125,25); }

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

background-color css

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

 a { background-color: rgb(20,125,25); }

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

border-color css

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

 span { border-color: rgb(20,125,25); }

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