Html Css Color HEX #147741 Dark Spring Green

📋 copy color: '#147741'

red 20 ◦ green 119 ◦ blue 65

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

Shades of Dark Spring Green #147741

Tints of Dark Spring Green #147741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 9.8%
G = 58.33%
B = 31.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#147741 (or 0x147741) is known color: Dark Spring Green. HEX triplet: 14, 77 and 41. RGB value is (20,119,65). Sum of RGB (Red+Green+Blue) = 20+119+65=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #147741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147741 is #EB88BE. Grayscale: #535353. Windows color (decimal): -15435967 or 4290324. OLE color: 4290324.

HSL color Cylindrical-coordinate representation of color #147741: hue angle of 147.27º 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 #147741 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 119 65 -
CMYK 0.83 0 0.45 0.53
HSL 147.27º 0.71% 0.27% -
HSV(B) 147.27º 0.83% 0.47% -
XYZ 7.84 13.72 7.24 -
YUV 83.24 117.7 82.89 -
System Red Green Blue C M Y K H S L
Decimal 20 119 65 0.83 0 0.45 0.53 147.27 0.71 0.27
Hex 14 77 41 53 0 2D 35 93 47 1B
Octal 24 167 101 123 0 55 65 223 107 33
Binary 10100 1110111 1000001 1010011 0 101101 110101 10010011 1000111 11011

Color Harmonies of #147741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147741

Black with #147741

Text Example


Text Example

White with #147741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147741; }

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

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

background-color css

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

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

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

border-color css

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

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

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