Html Css Color HEX #147402 Green

📋 copy color: '#147402'

red 20 ◦ green 116 ◦ blue 2

#147402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #147402

Tints of Green #147402

RGB

 RED value IS 20 (8.2% from 255) = 14.49%

 GREEN value IS 116 (45.7% from 255) = 84.06%

 BLUE value IS 2 (1.17% from 255) = 1.45%

R = 14.49%
G = 84.06%
B = 1.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#147402 (or 0x147402) is known color: Green. HEX triplet: 14, 74 and 02. RGB value is (20,116,2). Sum of RGB (Red+Green+Blue) = 20+116+2=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 116 (45.70% from 255 or 84.06% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 116 - color contains mainly: green. Hex color #147402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147402 is #EB8BFD. Grayscale: #4A4A4A. Windows color (decimal): -15436798 or 160788. OLE color: 160788.

HSL color Cylindrical-coordinate representation of color #147402: hue angle of 110.53º 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 #147402 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 116 2 -
CMYK 0.83 0 0.98 0.55
HSL 110.53º 0.97% 0.23% -
HSV(B) 110.53º 0.98% 0.45% -
XYZ 6.54 12.64 2.15 -
YUV 74.3 87.2 89.27 -
System Red Green Blue C M Y K H S L
Decimal 20 116 2 0.83 0 0.98 0.55 110.53 0.97 0.23
Hex 14 74 2 53 0 62 37 6F 61 17
Octal 24 164 2 123 0 142 67 157 141 27
Binary 10100 1110100 10 1010011 0 1100010 110111 1101111 1100001 10111

Color Harmonies of #147402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147402

Black with #147402

Text Example


Text Example

White with #147402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147402; }

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

 H1.HeaderClassName
 {
   color: #147402;
 }
 .AnyTagClassName
 {
   color: #147402;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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