Html Css Color HEX #197048 Dark Spring Green

📋 copy color: '#197048'

red 25 ◦ green 112 ◦ blue 72

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

Shades of Dark Spring Green #197048

Tints of Dark Spring Green #197048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.59%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 11.96%
G = 53.59%
B = 34.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#197048 (or 0x197048) is known color: Dark Spring Green. HEX triplet: 19, 70 and 48. RGB value is (25,112,72). Sum of RGB (Red+Green+Blue) = 25+112+72=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #197048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197048 is #E68FB7. Grayscale: #515151. Windows color (decimal): -15110072 or 4747289. OLE color: 4747289.

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

Color convert

RGB 25 112 72 -
CMYK 0.78 0 0.36 0.56
HSL 152.41º 0.64% 0.27% -
HSV(B) 152.41º 0.78% 0.44% -
XYZ 7.36 12.26 8.11 -
YUV 81.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 25 112 72 0.78 0 0.36 0.56 152.41 0.64 0.27
Hex 19 70 48 4E 0 24 38 98 40 1B
Octal 31 160 110 116 0 44 70 230 100 33
Binary 11001 1110000 1001000 1001110 0 100100 111000 10011000 1000000 11011

Color Harmonies of #197048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197048

Black with #197048

Text Example


Text Example

White with #197048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197048; }

 p { color: rgb(25,112,72); }

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

background-color css

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

 a { background-color: rgb(25,112,72); }

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

border-color css

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

 span { border-color: rgb(25,112,72); }

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