Html Css Color HEX #147249 Dark Spring Green

📋 copy color: '#147249'

red 20 ◦ green 114 ◦ blue 73

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

Shades of Dark Spring Green #147249

Tints of Dark Spring Green #147249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.07%

 BLUE value IS 73 (28.91% from 255) = 35.27%

R = 9.66%
G = 55.07%
B = 35.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#147249 (or 0x147249) is known color: Dark Spring Green. HEX triplet: 14, 72 and 49. RGB value is (20,114,73). Sum of RGB (Red+Green+Blue) = 20+114+73=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #147249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147249 is #EB8DB6. Grayscale: #515151. Windows color (decimal): -15437239 or 4813332. OLE color: 4813332.

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

Color convert

RGB 20 114 73 -
CMYK 0.82 0 0.36 0.55
HSL 153.83º 0.7% 0.26% -
HSV(B) 153.83º 0.82% 0.45% -
XYZ 7.51 12.66 8.35 -
YUV 81.22 123.36 84.33 -
System Red Green Blue C M Y K H S L
Decimal 20 114 73 0.82 0 0.36 0.55 153.83 0.7 0.26
Hex 14 72 49 52 0 24 37 9A 46 1A
Octal 24 162 111 122 0 44 67 232 106 32
Binary 10100 1110010 1001001 1010010 0 100100 110111 10011010 1000110 11010

Color Harmonies of #147249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147249

Black with #147249

Text Example


Text Example

White with #147249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147249; }

 p { color: rgb(20,114,73); }

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

background-color css

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

 a { background-color: rgb(20,114,73); }

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

border-color css

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

 span { border-color: rgb(20,114,73); }

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