Html Css Color HEX #197042 Dark Spring Green

📋 copy color: '#197042'

red 25 ◦ green 112 ◦ blue 66

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

Shades of Dark Spring Green #197042

Tints of Dark Spring Green #197042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 12.32%
G = 55.17%
B = 32.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#197042 (or 0x197042) is known color: Dark Spring Green. HEX triplet: 19, 70 and 42. RGB value is (25,112,66). Sum of RGB (Red+Green+Blue) = 25+112+66=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #197042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197042 is #E68FBD. Grayscale: #505050. Windows color (decimal): -15110078 or 4354073. OLE color: 4354073.

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

Color convert

RGB 25 112 66 -
CMYK 0.78 0 0.41 0.56
HSL 148.28º 0.64% 0.27% -
HSV(B) 148.28º 0.78% 0.44% -
XYZ 7.18 12.19 7.13 -
YUV 80.74 119.68 88.24 -
System Red Green Blue C M Y K H S L
Decimal 25 112 66 0.78 0 0.41 0.56 148.28 0.64 0.27
Hex 19 70 42 4E 0 29 38 94 40 1B
Octal 31 160 102 116 0 51 70 224 100 33
Binary 11001 1110000 1000010 1001110 0 101001 111000 10010100 1000000 11011

Color Harmonies of #197042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197042

Black with #197042

Text Example


Text Example

White with #197042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197042; }

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

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

background-color css

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

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

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

border-color css

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

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

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