Html Css Color HEX #147944 Dark Spring Green

📋 copy color: '#147944'

red 20 ◦ green 121 ◦ blue 68

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

Shades of Dark Spring Green #147944

Tints of Dark Spring Green #147944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.54%

R = 9.57%
G = 57.89%
B = 32.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#147944 (or 0x147944) is known color: Dark Spring Green. HEX triplet: 14, 79 and 44. RGB value is (20,121,68). Sum of RGB (Red+Green+Blue) = 20+121+68=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #147944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147944 is #EB86BB. Grayscale: #545454. Windows color (decimal): -15435452 or 4487444. OLE color: 4487444.

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

Color convert

RGB 20 121 68 -
CMYK 0.83 0 0.44 0.53
HSL 148.51º 0.72% 0.28% -
HSV(B) 148.51º 0.83% 0.47% -
XYZ 8.17 14.24 7.79 -
YUV 84.76 118.54 81.81 -
System Red Green Blue C M Y K H S L
Decimal 20 121 68 0.83 0 0.44 0.53 148.51 0.72 0.28
Hex 14 79 44 53 0 2C 35 95 48 1C
Octal 24 171 104 123 0 54 65 225 110 34
Binary 10100 1111001 1000100 1010011 0 101100 110101 10010101 1001000 11100

Color Harmonies of #147944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147944

Black with #147944

Text Example


Text Example

White with #147944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147944; }

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

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

background-color css

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

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

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

border-color css

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

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

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