Html Css Color HEX #147040 Dark Spring Green

📋 copy color: '#147040'

red 20 ◦ green 112 ◦ blue 64

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

Shades of Dark Spring Green #147040

Tints of Dark Spring Green #147040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.14%

 BLUE value IS 64 (25.39% from 255) = 32.65%

R = 10.2%
G = 57.14%
B = 32.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#147040 (or 0x147040) is known color: Dark Spring Green. HEX triplet: 14, 70 and 40. RGB value is (20,112,64). Sum of RGB (Red+Green+Blue) = 20+112+64=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #147040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147040 is #EB8FBF. Grayscale: #4F4F4F. Windows color (decimal): -15437760 or 4222996. OLE color: 4222996.

HSL color Cylindrical-coordinate representation of color #147040: hue angle of 148.7º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147040 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 112 64 -
CMYK 0.82 0 0.43 0.56
HSL 148.7º 0.7% 0.26% -
HSV(B) 148.7º 0.82% 0.44% -
XYZ 7.01 12.11 6.82 -
YUV 79.02 119.52 85.9 -
System Red Green Blue C M Y K H S L
Decimal 20 112 64 0.82 0 0.43 0.56 148.7 0.7 0.26
Hex 14 70 40 52 0 2B 38 95 46 1A
Octal 24 160 100 122 0 53 70 225 106 32
Binary 10100 1110000 1000000 1010010 0 101011 111000 10010101 1000110 11010

Color Harmonies of #147040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147040

Black with #147040

Text Example


Text Example

White with #147040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147040; }

 p { color: rgb(20,112,64); }

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

background-color css

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

 a { background-color: rgb(20,112,64); }

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

border-color css

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

 span { border-color: rgb(20,112,64); }

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