Html Css Color HEX #147448 Dark Spring Green

📋 copy color: '#147448'

red 20 ◦ green 116 ◦ blue 72

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

Shades of Dark Spring Green #147448

Tints of Dark Spring Green #147448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 55.77%

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 9.62%
G = 55.77%
B = 34.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#147448 (or 0x147448) is known color: Dark Spring Green. HEX triplet: 14, 74 and 48. RGB value is (20,116,72). Sum of RGB (Red+Green+Blue) = 20+116+72=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #147448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147448 is #EB8BB7. Grayscale: #525252. Windows color (decimal): -15436728 or 4748308. OLE color: 4748308.

HSL color Cylindrical-coordinate representation of color #147448: hue angle of 152.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147448 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 116 72 -
CMYK 0.83 0 0.38 0.55
HSL 152.5º 0.71% 0.27% -
HSV(B) 152.5º 0.83% 0.45% -
XYZ 7.7 13.11 8.25 -
YUV 82.28 122.2 83.58 -
System Red Green Blue C M Y K H S L
Decimal 20 116 72 0.83 0 0.38 0.55 152.5 0.71 0.27
Hex 14 74 48 53 0 26 37 98 47 1B
Octal 24 164 110 123 0 46 67 230 107 33
Binary 10100 1110100 1001000 1010011 0 100110 110111 10011000 1000111 11011

Color Harmonies of #147448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147448

Black with #147448

Text Example


Text Example

White with #147448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147448; }

 p { color: rgb(20,116,72); }

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

background-color css

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

 a { background-color: rgb(20,116,72); }

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

border-color css

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

 span { border-color: rgb(20,116,72); }

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