Html Css Color HEX #147744 Dark Spring Green

📋 copy color: '#147744'

red 20 ◦ green 119 ◦ blue 68

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

Shades of Dark Spring Green #147744

Tints of Dark Spring Green #147744

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.49%

 BLUE value IS 68 (26.95% from 255) = 32.85%

R = 9.66%
G = 57.49%
B = 32.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#147744 (or 0x147744) is known color: Dark Spring Green. HEX triplet: 14, 77 and 44. RGB value is (20,119,68). Sum of RGB (Red+Green+Blue) = 20+119+68=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #147744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147744 is #EB88BB. Grayscale: #535353. Windows color (decimal): -15435964 or 4486932. OLE color: 4486932.

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

Color convert

RGB 20 119 68 -
CMYK 0.83 0 0.43 0.53
HSL 149.09º 0.71% 0.27% -
HSV(B) 149.09º 0.83% 0.47% -
XYZ 7.93 13.76 7.71 -
YUV 83.59 119.2 82.65 -
System Red Green Blue C M Y K H S L
Decimal 20 119 68 0.83 0 0.43 0.53 149.09 0.71 0.27
Hex 14 77 44 53 0 2B 35 95 47 1B
Octal 24 167 104 123 0 53 65 225 107 33
Binary 10100 1110111 1000100 1010011 0 101011 110101 10010101 1000111 11011

Color Harmonies of #147744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147744

Black with #147744

Text Example


Text Example

White with #147744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147744; }

 p { color: rgb(20,119,68); }

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

background-color css

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

 a { background-color: rgb(20,119,68); }

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

border-color css

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

 span { border-color: rgb(20,119,68); }

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