#147B02

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

Shades of Green #147B02

Tints of Green #147B02

Color information

#147B02 (or 0x147B02) is unknown color: approx Green. HEX triplet: 14, 7B and 02. RGB value is (20,123,2). Sum of RGB (Red+Green+Blue) = 20+123+2=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 123 (48.44% from 255 or 84.83% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 123 - color contains mainly: green. Hex color #147B02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147B02 is #EB84FD. Grayscale: #4E4E4E. Windows color (decimal): -15435006 or 162580. OLE color: 162580.

HSL color Cylindrical-coordinate representation of color #147B02: hue angle of 111.07º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #147B02 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB201232-
CMYK0.8400.980.52
HSL111.07º96.8%24.51%-
HSV(B)111.07º98.37%48.24%-
XYZ7.3814.322.43-
YUV78.4184.8886.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 123 (48.44% from 255) = 84.83%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=13.79%
G=84.83%
B=1.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2012320.8400.980.52111.0796.824.51
Hex147B254062346f6119
Octal24173212401426415714131
Binary101001111011101010100011000101101001101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147B02; }

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

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

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

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

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

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

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

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