Html Css Color HEX #147F1D Forest Green

📋 copy color: '#147F1D'

red 20 ◦ green 127 ◦ blue 29

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

Shades of Forest Green #147F1D

Tints of Forest Green #147F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 72.16%

 BLUE value IS 29 (11.72% from 255) = 16.48%

R = 11.36%
G = 72.16%
B = 16.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#147F1D (or 0x147F1D) is known color: Forest Green. HEX triplet: 14, 7F and 1D. RGB value is (20,127,29). Sum of RGB (Red+Green+Blue) = 20+127+29=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 127 (50% from 255 or 72.16% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 127 - color contains mainly: green. Hex color #147F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147F1D is #EB80E2. Grayscale: #545454. Windows color (decimal): -15433955 or 1933076. OLE color: 1933076.

HSL color Cylindrical-coordinate representation of color #147F1D: hue angle of 125.05º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F1D is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 127 29 -
CMYK 0.84 0 0.77 0.50
HSL 125.05º 0.73% 0.29% -
HSV(B) 125.05º 0.84% 0.5% -
XYZ 8.1 15.42 3.71 -
YUV 83.84 97.05 82.47 -
System Red Green Blue C M Y K H S L
Decimal 20 127 29 0.84 0 0.77 0.50 125.05 0.73 0.29
Hex 14 7F 1D 54 0 4D 32 7D 49 1D
Octal 24 177 35 124 0 115 62 175 111 35
Binary 10100 1111111 11101 1010100 0 1001101 110010 1111101 1001001 11101

Color Harmonies of #147F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F1D

Black with #147F1D

Text Example


Text Example

White with #147F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,127,29); }

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

background-color css

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

 a { background-color: rgb(20,127,29); }

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

border-color css

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

 span { border-color: rgb(20,127,29); }

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