Html Css Color HEX #197148 Dark Spring Green

📋 copy color: '#197148'

red 25 ◦ green 113 ◦ blue 72

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

Shades of Dark Spring Green #197148

Tints of Dark Spring Green #197148

RGB

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

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

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

R = 11.9%
G = 53.81%
B = 34.29%

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

#197148 (or 0x197148) is known color: Dark Spring Green. HEX triplet: 19, 71 and 48. RGB value is (25,113,72). Sum of RGB (Red+Green+Blue) = 25+113+72=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #197148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197148 is #E68EB7. Grayscale: #525252. Windows color (decimal): -15109816 or 4747545. OLE color: 4747545.

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

Color convert

RGB 25 113 72 -
CMYK 0.78 0 0.36 0.56
HSL 152.05º 0.64% 0.27% -
HSV(B) 152.05º 0.78% 0.44% -
XYZ 7.48 12.48 8.15 -
YUV 82.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 25 113 72 0.78 0 0.36 0.56 152.05 0.64 0.27
Hex 19 71 48 4E 0 24 38 98 40 1B
Octal 31 161 110 116 0 44 70 230 100 33
Binary 11001 1110001 1001000 1001110 0 100100 111000 10011000 1000000 11011

Color Harmonies of #197148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197148

Black with #197148

Text Example


Text Example

White with #197148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197148; }

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

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

background-color css

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

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

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

border-color css

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

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

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