#197048

Color #197048 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #197048

Tints of Dark Spring Green #197048

Color information

#197048 (or 0x197048) is unknown color: approx Dark Spring Green. HEX triplet: 19, 70 and 48. RGB value is (25,112,72). Sum of RGB (Red+Green+Blue) = 25+112+72=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #197048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197048 is #E68FB7. Grayscale: #515151. Windows color (decimal): -15110072 or 4747289. OLE color: 4747289.

HSL color Cylindrical-coordinate representation of color #197048: hue angle of 152.41º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197048 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB2511272-
CMYK0.7800.360.56
HSL152.41º63.5%26.86%-
HSV(B)152.41º77.68%43.92%-
XYZ7.3612.268.11-
YUV81.43122.6887.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 112 (44.14% from 255) = 53.59%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=11.96%
G=53.59%
B=34.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112720.7800.360.56152.4163.526.86
Hex1970484E0243898401b
Octal311601101160447023010033
Binary11001111000010010001001110010010011100010011000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197048; }

 p { color: rgb(25,112,72); }

 H1.HeaderClassName
 {
   color: #197048;
 }
 .AnyTagClassName
 {
   color: #197048;
 }
</style>
background-color css

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

 a { background-color: rgb(25,112,72); }

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

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

 span { border-color: rgb(25,112,72); }

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