Html Css Color HEX #19704B Dark Spring Green

📋 copy color: '#19704B'

red 25 ◦ green 112 ◦ blue 75

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

Shades of Dark Spring Green #19704B

Tints of Dark Spring Green #19704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 11.79%
G = 52.83%
B = 35.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#19704B (or 0x19704B) is known color: Dark Spring Green. HEX triplet: 19, 70 and 4B. RGB value is (25,112,75). Sum of RGB (Red+Green+Blue) = 25+112+75=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #19704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19704B is #E68FB4. Grayscale: #515151. Windows color (decimal): -15110069 or 4943897. OLE color: 4943897.

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

Color convert

RGB 25 112 75 -
CMYK 0.78 0 0.33 0.56
HSL 154.48º 0.64% 0.27% -
HSV(B) 154.48º 0.78% 0.44% -
XYZ 7.47 12.3 8.64 -
YUV 81.77 124.18 87.51 -
System Red Green Blue C M Y K H S L
Decimal 25 112 75 0.78 0 0.33 0.56 154.48 0.64 0.27
Hex 19 70 4B 4E 0 21 38 9A 40 1B
Octal 31 160 113 116 0 41 70 232 100 33
Binary 11001 1110000 1001011 1001110 0 100001 111000 10011010 1000000 11011

Color Harmonies of #19704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19704B

Black with #19704B

Text Example


Text Example

White with #19704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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