Html Css Color HEX #147312 Green

📋 copy color: '#147312'

red 20 ◦ green 115 ◦ blue 18

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

Shades of Green #147312

Tints of Green #147312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 13.07%
G = 75.16%
B = 11.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#147312 (or 0x147312) is known color: Green. HEX triplet: 14, 73 and 12. RGB value is (20,115,18). Sum of RGB (Red+Green+Blue) = 20+115+18=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 115 (45.31% from 255 or 75.16% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 115 - color contains mainly: green. Hex color #147312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147312 is #EB8CED. Grayscale: #4B4B4B. Windows color (decimal): -15437038 or 1209108. OLE color: 1209108.

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

Color convert

RGB 20 115 18 -
CMYK 0.83 0 0.84 0.55
HSL 118.76º 0.73% 0.26% -
HSV(B) 118.76º 0.84% 0.45% -
XYZ 6.53 12.45 2.63 -
YUV 75.54 95.53 88.39 -
System Red Green Blue C M Y K H S L
Decimal 20 115 18 0.83 0 0.84 0.55 118.76 0.73 0.26
Hex 14 73 12 53 0 54 37 77 49 1A
Octal 24 163 22 123 0 124 67 167 111 32
Binary 10100 1110011 10010 1010011 0 1010100 110111 1110111 1001001 11010

Color Harmonies of #147312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147312

Black with #147312

Text Example


Text Example

White with #147312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147312; }

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

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

background-color css

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

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

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

border-color css

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

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

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