Html Css Color HEX #147D2A Forest Green

📋 copy color: '#147D2A'

red 20 ◦ green 125 ◦ blue 42

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

Shades of Forest Green #147D2A

Tints of Forest Green #147D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 10.7%
G = 66.84%
B = 22.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#147D2A (or 0x147D2A) is known color: Forest Green. HEX triplet: 14, 7D and 2A. RGB value is (20,125,42). Sum of RGB (Red+Green+Blue) = 20+125+42=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 125 (49.22% from 255 or 66.84% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 125 - color contains mainly: green. Hex color #147D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147D2A is #EB82D5. Grayscale: #545454. Windows color (decimal): -15434454 or 2784532. OLE color: 2784532.

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

Color convert

RGB 20 125 42 -
CMYK 0.84 0 0.66 0.51
HSL 132.57º 0.72% 0.28% -
HSV(B) 132.57º 0.84% 0.49% -
XYZ 8.04 14.98 4.66 -
YUV 84.14 104.21 82.25 -
System Red Green Blue C M Y K H S L
Decimal 20 125 42 0.84 0 0.66 0.51 132.57 0.72 0.28
Hex 14 7D 2A 54 0 42 33 85 48 1C
Octal 24 175 52 124 0 102 63 205 110 34
Binary 10100 1111101 101010 1010100 0 1000010 110011 10000101 1001000 11100

Color Harmonies of #147D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D2A

Black with #147D2A

Text Example


Text Example

White with #147D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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