Html Css Color HEX #147349 Dark Spring Green

📋 copy color: '#147349'

red 20 ◦ green 115 ◦ blue 73

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

Shades of Dark Spring Green #147349

Tints of Dark Spring Green #147349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.1%

R = 9.62%
G = 55.29%
B = 35.1%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#147349 (or 0x147349) is known color: Dark Spring Green. HEX triplet: 14, 73 and 49. RGB value is (20,115,73). Sum of RGB (Red+Green+Blue) = 20+115+73=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #147349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147349 is #EB8CB6. Grayscale: #515151. Windows color (decimal): -15436983 or 4813588. OLE color: 4813588.

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

Color convert

RGB 20 115 73 -
CMYK 0.83 0 0.37 0.55
HSL 153.47º 0.7% 0.26% -
HSV(B) 153.47º 0.83% 0.45% -
XYZ 7.62 12.89 8.39 -
YUV 81.81 123.03 83.92 -
System Red Green Blue C M Y K H S L
Decimal 20 115 73 0.83 0 0.37 0.55 153.47 0.7 0.26
Hex 14 73 49 53 0 25 37 99 46 1A
Octal 24 163 111 123 0 45 67 231 106 32
Binary 10100 1110011 1001001 1010011 0 100101 110111 10011001 1000110 11010

Color Harmonies of #147349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147349

Black with #147349

Text Example


Text Example

White with #147349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147349; }

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

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

background-color css

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

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

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

border-color css

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

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

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