Html Css Color HEX #147940 Dark Spring Green

📋 copy color: '#147940'

red 20 ◦ green 121 ◦ blue 64

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

Shades of Dark Spring Green #147940

Tints of Dark Spring Green #147940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 59.02%

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

R = 9.76%
G = 59.02%
B = 31.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#147940 (or 0x147940) is known color: Dark Spring Green. HEX triplet: 14, 79 and 40. RGB value is (20,121,64). Sum of RGB (Red+Green+Blue) = 20+121+64=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #147940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147940 is #EB86BF. Grayscale: #545454. Windows color (decimal): -15435456 or 4225300. OLE color: 4225300.

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

Color convert

RGB 20 121 64 -
CMYK 0.83 0 0.47 0.53
HSL 146.14º 0.72% 0.28% -
HSV(B) 146.14º 0.83% 0.47% -
XYZ 8.05 14.19 7.17 -
YUV 84.3 116.54 82.13 -
System Red Green Blue C M Y K H S L
Decimal 20 121 64 0.83 0 0.47 0.53 146.14 0.72 0.28
Hex 14 79 40 53 0 2F 35 92 48 1C
Octal 24 171 100 123 0 57 65 222 110 34
Binary 10100 1111001 1000000 1010011 0 101111 110101 10010010 1001000 11100

Color Harmonies of #147940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147940

Black with #147940

Text Example


Text Example

White with #147940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147940; }

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

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

background-color css

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

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

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

border-color css

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

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

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