#147007

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

Shades of Green #147007

Tints of Green #147007

Color information

#147007 (or 0x147007) is unknown color: approx Green. HEX triplet: 14, 70 and 07. RGB value is (20,112,7). Sum of RGB (Red+Green+Blue) = 20+112+7=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 112 (44.14% from 255 or 80.58% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 112 - color contains mainly: green. Hex color #147007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147007 is #EB8FF8. Grayscale: #484848. Windows color (decimal): -15437817 or 487444. OLE color: 487444.

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

Color convert

RGB201127-
CMYK0.8200.940.56
HSL112.57º88.24%23.33%-
HSV(B)112.57º93.75%43.92%-
XYZ6.1211.752.15-
YUV72.5291.0290.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 112 (44.14% from 255) = 80.58%
BLUE value IS 7 (3.12% from 255) = 5.04%
R=14.39%
G=80.58%
B=5.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2011270.8200.940.56112.5788.2423.33
Hex147075205E38715817
Octal24160712201367016113027
Binary1010011100001111010010010111101110001110001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147007; }

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

 H1.HeaderClassName
 {
   color: #147007;
 }
 .AnyTagClassName
 {
   color: #147007;
 }
</style>
background-color css

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

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

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

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

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

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