#197245

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

Shades of Dark Spring Green #197245

Tints of Dark Spring Green #197245

Color information

#197245 (or 0x197245) is unknown color: approx Dark Spring Green. HEX triplet: 19, 72 and 45. RGB value is (25,114,69). Sum of RGB (Red+Green+Blue) = 25+114+69=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #197245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197245 is #E68DBA. Grayscale: #525252. Windows color (decimal): -15109563 or 4551193. OLE color: 4551193.

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

Color convert

RGB2511469-
CMYK0.7800.390.55
HSL149.66º64.03%27.25%-
HSV(B)149.66º78.07%44.71%-
XYZ7.4912.677.68-
YUV82.26120.5187.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=12.02%
G=54.81%
B=33.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114690.7800.390.55149.6664.0327.25
Hex1972454E0273796401b
Octal311621051160476722610033
Binary11001111001010001011001110010011111011110010110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197245; }

 p { color: rgb(25,114,69); }

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

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

 a { background-color: rgb(25,114,69); }

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

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

 span { border-color: rgb(25,114,69); }

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