Html Css Color HEX #197240 Dark Spring Green

📋 copy color: '#197240'

red 25 ◦ green 114 ◦ blue 64

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

Shades of Dark Spring Green #197240

Tints of Dark Spring Green #197240

RGB

 RED value IS 25 (10.16% from 255) = 12.32%

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

 BLUE value IS 64 (25.39% from 255) = 31.53%

R = 12.32%
G = 56.16%
B = 31.53%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#197240 (or 0x197240) is known color: Dark Spring Green. HEX triplet: 19, 72 and 40. RGB value is (25,114,64). Sum of RGB (Red+Green+Blue) = 25+114+64=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #197240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197240 is #E68DBF. Grayscale: #515151. Windows color (decimal): -15109568 or 4223513. OLE color: 4223513.

HSL color Cylindrical-coordinate representation of color #197240: hue angle of 146.29º 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 #197240 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 114 64 -
CMYK 0.78 0 0.44 0.55
HSL 146.29º 0.64% 0.27% -
HSV(B) 146.29º 0.78% 0.45% -
XYZ 7.34 12.61 6.9 -
YUV 81.69 118.01 87.57 -
System Red Green Blue C M Y K H S L
Decimal 25 114 64 0.78 0 0.44 0.55 146.29 0.64 0.27
Hex 19 72 40 4E 0 2C 37 92 40 1B
Octal 31 162 100 116 0 54 67 222 100 33
Binary 11001 1110010 1000000 1001110 0 101100 110111 10010010 1000000 11011

Color Harmonies of #197240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197240

Black with #197240

Text Example


Text Example

White with #197240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197240; }

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

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

background-color css

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

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

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

border-color css

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

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

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