Html Css Color HEX #197248 Dark Spring Green

📋 copy color: '#197248'

red 25 ◦ green 114 ◦ blue 72

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

Shades of Dark Spring Green #197248

Tints of Dark Spring Green #197248

RGB

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

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

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

R = 11.85%
G = 54.03%
B = 34.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#197248 (or 0x197248) is known color: Dark Spring Green. HEX triplet: 19, 72 and 48. RGB value is (25,114,72). Sum of RGB (Red+Green+Blue) = 25+114+72=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #197248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197248 is #E68DB7. Grayscale: #525252. Windows color (decimal): -15109560 or 4747801. OLE color: 4747801.

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

Color convert

RGB 25 114 72 -
CMYK 0.78 0 0.37 0.55
HSL 151.69º 0.64% 0.27% -
HSV(B) 151.69º 0.78% 0.45% -
XYZ 7.59 12.71 8.18 -
YUV 82.6 122.01 86.92 -
System Red Green Blue C M Y K H S L
Decimal 25 114 72 0.78 0 0.37 0.55 151.69 0.64 0.27
Hex 19 72 48 4E 0 25 37 98 40 1B
Octal 31 162 110 116 0 45 67 230 100 33
Binary 11001 1110010 1001000 1001110 0 100101 110111 10011000 1000000 11011

Color Harmonies of #197248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197248

Black with #197248

Text Example


Text Example

White with #197248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197248; }

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

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

background-color css

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

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

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

border-color css

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

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

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