Html Css Color HEX #147310 Green

📋 copy color: '#147310'

red 20 ◦ green 115 ◦ blue 16

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

Shades of Green #147310

Tints of Green #147310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 76.16%

 BLUE value IS 16 (6.64% from 255) = 10.6%

R = 13.25%
G = 76.16%
B = 10.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#147310 (or 0x147310) is known color: Green. HEX triplet: 14, 73 and 10. RGB value is (20,115,16). Sum of RGB (Red+Green+Blue) = 20+115+16=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 115 (45.31% from 255 or 76.16% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 115 - color contains mainly: green. Hex color #147310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147310 is #EB8CEF. Grayscale: #4B4B4B. Windows color (decimal): -15437040 or 1078036. OLE color: 1078036.

HSL color Cylindrical-coordinate representation of color #147310: hue angle of 117.58º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147310 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 16 -
CMYK 0.83 0 0.86 0.55
HSL 117.58º 0.76% 0.26% -
HSV(B) 117.58º 0.86% 0.45% -
XYZ 6.51 12.45 2.55 -
YUV 75.31 94.53 88.55 -
System Red Green Blue C M Y K H S L
Decimal 20 115 16 0.83 0 0.86 0.55 117.58 0.76 0.26
Hex 14 73 10 53 0 56 37 76 4C 1A
Octal 24 163 20 123 0 126 67 166 114 32
Binary 10100 1110011 10000 1010011 0 1010110 110111 1110110 1001100 11010

Color Harmonies of #147310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147310

Black with #147310

Text Example


Text Example

White with #147310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147310; }

 p { color: rgb(20,115,16); }

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

background-color css

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

 a { background-color: rgb(20,115,16); }

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

border-color css

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

 span { border-color: rgb(20,115,16); }

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