Html Css Color HEX #147E41 Dark Spring Green

📋 copy color: '#147E41'

red 20 ◦ green 126 ◦ blue 65

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

Shades of Dark Spring Green #147E41

Tints of Dark Spring Green #147E41

RGB

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

 GREEN value IS 126 (49.61% from 255) = 59.72%

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

R = 9.48%
G = 59.72%
B = 30.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#147E41 (or 0x147E41) is known color: Dark Spring Green. HEX triplet: 14, 7E and 41. RGB value is (20,126,65). Sum of RGB (Red+Green+Blue) = 20+126+65=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 126 (49.61% from 255 or 59.72% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 126 - color contains mainly: green. Hex color #147E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147E41 is #EB81BE. Grayscale: #575757. Windows color (decimal): -15434175 or 4292116. OLE color: 4292116.

HSL color Cylindrical-coordinate representation of color #147E41: hue angle of 145.47º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147E41 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 126 65 -
CMYK 0.84 0 0.48 0.51
HSL 145.47º 0.73% 0.29% -
HSV(B) 145.47º 0.84% 0.49% -
XYZ 8.7 15.45 7.52 -
YUV 87.35 115.38 79.96 -
System Red Green Blue C M Y K H S L
Decimal 20 126 65 0.84 0 0.48 0.51 145.47 0.73 0.29
Hex 14 7E 41 54 0 30 33 91 49 1D
Octal 24 176 101 124 0 60 63 221 111 35
Binary 10100 1111110 1000001 1010100 0 110000 110011 10010001 1001001 11101

Color Harmonies of #147E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147E41

Black with #147E41

Text Example


Text Example

White with #147E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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