Html Css Color HEX #147000 Green

📋 copy color: '#147000'

red 20 ◦ green 112 ◦ blue 0

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

Shades of Green #147000

Tints of Green #147000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 84.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 15.15%
G = 84.85%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#147000 (or 0x147000) is known color: Green. HEX triplet: 14, 70 and 00. RGB value is (20,112,0). Sum of RGB (Red+Green+Blue) = 20+112+0=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 112 (44.14% from 255 or 84.85% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 112 - color contains mainly: green. Hex color #147000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147000 is #EB8FFF. Grayscale: #484848. Windows color (decimal): -15437824 or 28692. OLE color: 28692.

HSL color Cylindrical-coordinate representation of color #147000: hue angle of 109.29º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #147000 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 112 0 -
CMYK 0.82 0 1 0.56
HSL 109.29º 1% 0.22% -
HSV(B) 109.29º 1% 0.44% -
XYZ 6.08 11.74 1.94 -
YUV 71.72 87.52 91.11 -
System Red Green Blue C M Y K H S L
Decimal 20 112 0 0.82 0 1 0.56 109.29 1 0.22
Hex 14 70 0 52 0 64 38 6D 64 16
Octal 24 160 0 122 0 144 70 155 144 26
Binary 10100 1110000 0 1010010 0 1100100 111000 1101101 1100100 10110

Color Harmonies of #147000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147000

Black with #147000

Text Example


Text Example

White with #147000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147000; }

 p { color: rgb(20,112,0); }

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

background-color css

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

 a { background-color: rgb(20,112,0); }

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

border-color css

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

 span { border-color: rgb(20,112,0); }

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