Html Css Color HEX #147541 Dark Spring Green

📋 copy color: '#147541'

red 20 ◦ green 117 ◦ blue 65

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

Shades of Dark Spring Green #147541

Tints of Dark Spring Green #147541

RGB

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

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

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

R = 9.9%
G = 57.92%
B = 32.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#147541 (or 0x147541) is known color: Dark Spring Green. HEX triplet: 14, 75 and 41. RGB value is (20,117,65). Sum of RGB (Red+Green+Blue) = 20+117+65=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #147541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147541 is #EB8ABE. Grayscale: #525252. Windows color (decimal): -15436479 or 4289812. OLE color: 4289812.

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

Color convert

RGB 20 117 65 -
CMYK 0.83 0 0.44 0.54
HSL 147.84º 0.71% 0.27% -
HSV(B) 147.84º 0.83% 0.46% -
XYZ 7.6 13.25 7.16 -
YUV 82.07 118.36 83.73 -
System Red Green Blue C M Y K H S L
Decimal 20 117 65 0.83 0 0.44 0.54 147.84 0.71 0.27
Hex 14 75 41 53 0 2C 36 94 47 1B
Octal 24 165 101 123 0 54 66 224 107 33
Binary 10100 1110101 1000001 1010011 0 101100 110110 10010100 1000111 11011

Color Harmonies of #147541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147541

Black with #147541

Text Example


Text Example

White with #147541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147541; }

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

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

background-color css

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

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

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

border-color css

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

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

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