#147008

Color #147008 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #147008

Tints of Green #147008

Color information

#147008 (or 0x147008) is unknown color: approx 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

RGB201128-
CMYK0.8200.930.56
HSL113.08º86.67%23.53%-
HSV(B)113.08º92.86%43.92%-
XYZ6.1311.752.18-
YUV72.6491.5290.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2011280.8200.930.56113.0886.6723.53
Hex147085205D38715718
Octal241601012201357016112730
Binary10100111000010001010010010111011110001110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>