Html Css Color HEX #147445 Dark Spring Green

📋 copy color: '#147445'

red 20 ◦ green 116 ◦ blue 69

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

Shades of Dark Spring Green #147445

Tints of Dark Spring Green #147445

RGB

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

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

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

R = 9.76%
G = 56.59%
B = 33.66%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#147445 (or 0x147445) is known color: Dark Spring Green. HEX triplet: 14, 74 and 45. RGB value is (20,116,69). Sum of RGB (Red+Green+Blue) = 20+116+69=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #147445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147445 is #EB8BBA. Grayscale: #525252. Windows color (decimal): -15436731 or 4551700. OLE color: 4551700.

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

Color convert

RGB 20 116 69 -
CMYK 0.83 0 0.41 0.55
HSL 150.63º 0.71% 0.27% -
HSV(B) 150.63º 0.83% 0.45% -
XYZ 7.61 13.07 7.75 -
YUV 81.94 120.7 83.82 -
System Red Green Blue C M Y K H S L
Decimal 20 116 69 0.83 0 0.41 0.55 150.63 0.71 0.27
Hex 14 74 45 53 0 29 37 97 47 1B
Octal 24 164 105 123 0 51 67 227 107 33
Binary 10100 1110100 1000101 1010011 0 101001 110111 10010111 1000111 11011

Color Harmonies of #147445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147445

Black with #147445

Text Example


Text Example

White with #147445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147445; }

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

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

background-color css

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

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

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

border-color css

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

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

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