Html Css Color HEX #197244 Dark Spring Green

📋 copy color: '#197244'

red 25 ◦ green 114 ◦ blue 68

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

Shades of Dark Spring Green #197244

Tints of Dark Spring Green #197244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.85%

R = 12.08%
G = 55.07%
B = 32.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#197244 (or 0x197244) is known color: Dark Spring Green. HEX triplet: 19, 72 and 44. RGB value is (25,114,68). Sum of RGB (Red+Green+Blue) = 25+114+68=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #197244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197244 is #E68DBB. Grayscale: #525252. Windows color (decimal): -15109564 or 4485657. OLE color: 4485657.

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

Color convert

RGB 25 114 68 -
CMYK 0.78 0 0.40 0.55
HSL 148.99º 0.64% 0.27% -
HSV(B) 148.99º 0.78% 0.45% -
XYZ 7.46 12.66 7.52 -
YUV 82.15 120.01 87.24 -
System Red Green Blue C M Y K H S L
Decimal 25 114 68 0.78 0 0.40 0.55 148.99 0.64 0.27
Hex 19 72 44 4E 0 28 37 95 40 1B
Octal 31 162 104 116 0 50 67 225 100 33
Binary 11001 1110010 1000100 1001110 0 101000 110111 10010101 1000000 11011

Color Harmonies of #197244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197244

Black with #197244

Text Example


Text Example

White with #197244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197244; }

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

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

background-color css

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

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

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

border-color css

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

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

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