#147202

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

Shades of Green #147202

Tints of Green #147202

Color information

#147202 (or 0x147202) is unknown color: approx Green. HEX triplet: 14, 72 and 02. RGB value is (20,114,2). Sum of RGB (Red+Green+Blue) = 20+114+2=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 114 (44.92% from 255 or 83.82% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 114 - color contains mainly: green. Hex color #147202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147202 is #EB8DFD. Grayscale: #494949. Windows color (decimal): -15437310 or 160276. OLE color: 160276.

HSL color Cylindrical-coordinate representation of color #147202: hue angle of 110.36º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #147202 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB201142-
CMYK0.8200.980.55
HSL110.36º96.55%22.75%-
HSV(B)110.36º98.25%44.71%-
XYZ6.3212.192.08-
YUV73.1387.8690.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 114 (44.92% from 255) = 83.82%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=14.71%
G=83.82%
B=1.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2011420.8200.980.55110.3696.5522.75
Hex1472252062376e6117
Octal24162212201426715614127
Binary101001110010101010010011000101101111101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147202; }

 p { color: rgb(20,114,2); }

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

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

 a { background-color: rgb(20,114,2); }

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

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

 span { border-color: rgb(20,114,2); }

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