Html Css Color HEX #147545 Dark Spring Green

📋 copy color: '#147545'

red 20 ◦ green 117 ◦ blue 69

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

Shades of Dark Spring Green #147545

Tints of Dark Spring Green #147545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.8%

 BLUE value IS 69 (27.34% from 255) = 33.5%

R = 9.71%
G = 56.8%
B = 33.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#147545 (or 0x147545) is known color: Dark Spring Green. HEX triplet: 14, 75 and 45. RGB value is (20,117,69). Sum of RGB (Red+Green+Blue) = 20+117+69=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #147545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147545 is #EB8ABA. Grayscale: #525252. Windows color (decimal): -15436475 or 4551956. OLE color: 4551956.

HSL color Cylindrical-coordinate representation of color #147545: hue angle of 150.31º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147545 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 69 -
CMYK 0.83 0 0.41 0.54
HSL 150.31º 0.71% 0.27% -
HSV(B) 150.31º 0.83% 0.46% -
XYZ 7.72 13.3 7.79 -
YUV 82.53 120.36 83.4 -
System Red Green Blue C M Y K H S L
Decimal 20 117 69 0.83 0 0.41 0.54 150.31 0.71 0.27
Hex 14 75 45 53 0 29 36 96 47 1B
Octal 24 165 105 123 0 51 66 226 107 33
Binary 10100 1110101 1000101 1010011 0 101001 110110 10010110 1000111 11011

Color Harmonies of #147545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147545

Black with #147545

Text Example


Text Example

White with #147545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147545; }

 p { color: rgb(20,117,69); }

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

background-color css

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

 a { background-color: rgb(20,117,69); }

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

border-color css

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

 span { border-color: rgb(20,117,69); }

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