#197940

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

Shades of Dark Spring Green #197940

Tints of Dark Spring Green #197940

Color information

#197940 (or 0x197940) is unknown color: approx Dark Spring Green. HEX triplet: 19, 79 and 40. RGB value is (25,121,64). Sum of RGB (Red+Green+Blue) = 25+121+64=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 121 (47.66% from 255 or 57.62% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 121 - color contains mainly: green. Hex color #197940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197940 is #E686BF. Grayscale: #555555. Windows color (decimal): -15107776 or 4225305. OLE color: 4225305.

HSL color Cylindrical-coordinate representation of color #197940: hue angle of 144.38º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197940 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB2512164-
CMYK0.7900.470.53
HSL144.38º65.75%28.63%-
HSV(B)144.38º79.34%47.45%-
XYZ8.1614.257.17-
YUV85.8115.784.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 121 (47.66% from 255) = 57.62%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=11.90%
G=57.62%
B=30.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25121640.7900.470.53144.3865.7528.63
Hex1979404F02F3590421d
Octal311711001170576522010235
Binary11001111100110000001001111010111111010110010000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197940; }

 p { color: rgb(25,121,64); }

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

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

 a { background-color: rgb(25,121,64); }

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

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

 span { border-color: rgb(25,121,64); }

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