Html Css Color HEX #197241 Dark Spring Green

📋 copy color: '#197241'

red 25 ◦ green 114 ◦ blue 65

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

Shades of Dark Spring Green #197241

Tints of Dark Spring Green #197241

RGB

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

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

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

R = 12.25%
G = 55.88%
B = 31.86%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#197241 (or 0x197241) is known color: Dark Spring Green. HEX triplet: 19, 72 and 41. RGB value is (25,114,65). Sum of RGB (Red+Green+Blue) = 25+114+65=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #197241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197241 is #E68DBE. Grayscale: #515151. Windows color (decimal): -15109567 or 4289049. OLE color: 4289049.

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

Color convert

RGB 25 114 65 -
CMYK 0.78 0 0.43 0.55
HSL 146.97º 0.64% 0.27% -
HSV(B) 146.97º 0.78% 0.45% -
XYZ 7.37 12.62 7.05 -
YUV 81.8 118.51 87.48 -
System Red Green Blue C M Y K H S L
Decimal 25 114 65 0.78 0 0.43 0.55 146.97 0.64 0.27
Hex 19 72 41 4E 0 2B 37 93 40 1B
Octal 31 162 101 116 0 53 67 223 100 33
Binary 11001 1110010 1000001 1001110 0 101011 110111 10010011 1000000 11011

Color Harmonies of #197241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197241

Black with #197241

Text Example


Text Example

White with #197241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197241; }

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

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

background-color css

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

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

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

border-color css

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

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

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