Html Css Color HEX #147008 Green

📋 copy color: '#147008'

red 20 ◦ green 112 ◦ blue 8

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

Shades of Green #147008

Tints of Green #147008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.71%

R = 14.29%
G = 80%
B = 5.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#147008 (or 0x147008) is known color: Green. HEX triplet: 14, 70 and 08. RGB value is (20,112,8). Sum of RGB (Red+Green+Blue) = 20+112+8=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 112 (44.14% from 255 or 80% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 112 - color contains mainly: green. Hex color #147008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147008 is #EB8FF7. Grayscale: #484848. Windows color (decimal): -15437816 or 552980. OLE color: 552980.

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

Color convert

RGB 20 112 8 -
CMYK 0.82 0 0.93 0.56
HSL 113.08º 0.87% 0.24% -
HSV(B) 113.08º 0.93% 0.44% -
XYZ 6.13 11.75 2.18 -
YUV 72.64 91.52 90.46 -
System Red Green Blue C M Y K H S L
Decimal 20 112 8 0.82 0 0.93 0.56 113.08 0.87 0.24
Hex 14 70 8 52 0 5D 38 71 57 18
Octal 24 160 10 122 0 135 70 161 127 30
Binary 10100 1110000 1000 1010010 0 1011101 111000 1110001 1010111 11000

Color Harmonies of #147008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147008

Black with #147008

Text Example


Text Example

White with #147008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147008; }

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

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

background-color css

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

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

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

border-color css

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

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

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