Html Css Color HEX #197141 Dark Spring Green

📋 copy color: '#197141'

red 25 ◦ green 113 ◦ blue 65

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

Shades of Dark Spring Green #197141

Tints of Dark Spring Green #197141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.67%

 BLUE value IS 65 (25.78% from 255) = 32.02%

R = 12.32%
G = 55.67%
B = 32.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#197141 (or 0x197141) is known color: Dark Spring Green. HEX triplet: 19, 71 and 41. RGB value is (25,113,65). Sum of RGB (Red+Green+Blue) = 25+113+65=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #197141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197141 is #E68EBE. Grayscale: #515151. Windows color (decimal): -15109823 or 4288793. OLE color: 4288793.

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

Color convert

RGB 25 113 65 -
CMYK 0.78 0 0.42 0.56
HSL 147.27º 0.64% 0.27% -
HSV(B) 147.27º 0.78% 0.44% -
XYZ 7.26 12.4 7.01 -
YUV 81.22 118.85 87.9 -
System Red Green Blue C M Y K H S L
Decimal 25 113 65 0.78 0 0.42 0.56 147.27 0.64 0.27
Hex 19 71 41 4E 0 2A 38 93 40 1B
Octal 31 161 101 116 0 52 70 223 100 33
Binary 11001 1110001 1000001 1001110 0 101010 111000 10010011 1000000 11011

Color Harmonies of #197141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197141

Black with #197141

Text Example


Text Example

White with #197141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197141; }

 p { color: rgb(25,113,65); }

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

background-color css

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

 a { background-color: rgb(25,113,65); }

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

border-color css

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

 span { border-color: rgb(25,113,65); }

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