#147502

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

Shades of Green #147502

Tints of Green #147502

Color information

#147502 (or 0x147502) is unknown color: approx Green. HEX triplet: 14, 75 and 02. RGB value is (20,117,2). Sum of RGB (Red+Green+Blue) = 20+117+2=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 117 (46.09% from 255 or 84.17% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 117 - color contains mainly: green. Hex color #147502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147502 is #EB8AFD. Grayscale: #4B4B4B. Windows color (decimal): -15436542 or 161044. OLE color: 161044.

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

Color convert

RGB201172-
CMYK0.8300.980.54
HSL110.61º96.64%23.33%-
HSV(B)110.61º98.29%45.88%-
XYZ6.6612.882.19-
YUV74.8986.8688.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 117 (46.09% from 255) = 84.17%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=14.39%
G=84.17%
B=1.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2011720.8300.980.54110.6196.6423.33
Hex1475253062366f6117
Octal24165212301426615714127
Binary101001110101101010011011000101101101101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147502; }

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

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

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

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

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

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

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

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