Html Css Color HEX #147748 Dark Spring Green

📋 copy color: '#147748'

red 20 ◦ green 119 ◦ blue 72

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

Shades of Dark Spring Green #147748

Tints of Dark Spring Green #147748

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.4%

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

R = 9.48%
G = 56.4%
B = 34.12%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#147748 (or 0x147748) is known color: Dark Spring Green. HEX triplet: 14, 77 and 48. RGB value is (20,119,72). Sum of RGB (Red+Green+Blue) = 20+119+72=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #147748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147748 is #EB88B7. Grayscale: #545454. Windows color (decimal): -15435960 or 4749076. OLE color: 4749076.

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

Color convert

RGB 20 119 72 -
CMYK 0.83 0 0.39 0.53
HSL 151.52º 0.71% 0.27% -
HSV(B) 151.52º 0.83% 0.47% -
XYZ 8.06 13.81 8.37 -
YUV 84.04 121.2 82.32 -
System Red Green Blue C M Y K H S L
Decimal 20 119 72 0.83 0 0.39 0.53 151.52 0.71 0.27
Hex 14 77 48 53 0 27 35 98 47 1B
Octal 24 167 110 123 0 47 65 230 107 33
Binary 10100 1110111 1001000 1010011 0 100111 110101 10011000 1000111 11011

Color Harmonies of #147748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147748

Black with #147748

Text Example


Text Example

White with #147748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147748; }

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

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

background-color css

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

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

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

border-color css

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

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

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