Html Css Color HEX #1A704A Dark Spring Green

📋 copy color: '#1A704A'

red 26 ◦ green 112 ◦ blue 74

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

Shades of Dark Spring Green #1A704A

Tints of Dark Spring Green #1A704A

RGB

 RED value IS 26 (10.55% from 255) = 12.26%

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

 BLUE value IS 74 (29.3% from 255) = 34.91%

R = 12.26%
G = 52.83%
B = 34.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#1A704A (or 0x1A704A) is known color: Dark Spring Green. HEX triplet: 1A, 70 and 4A. RGB value is (26,112,74). Sum of RGB (Red+Green+Blue) = 26+112+74=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #1A704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A704A is #E58FB5. Grayscale: #525252. Windows color (decimal): -15044534 or 4878362. OLE color: 4878362.

HSL color Cylindrical-coordinate representation of color #1A704A: hue angle of 153.49º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A704A is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 112 74 -
CMYK 0.77 0 0.34 0.56
HSL 153.49º 0.62% 0.27% -
HSV(B) 153.49º 0.77% 0.44% -
XYZ 7.46 12.3 8.46 -
YUV 81.95 123.51 88.09 -
System Red Green Blue C M Y K H S L
Decimal 26 112 74 0.77 0 0.34 0.56 153.49 0.62 0.27
Hex 1A 70 4A 4D 0 22 38 99 3E 1B
Octal 32 160 112 115 0 42 70 231 76 33
Binary 11010 1110000 1001010 1001101 0 100010 111000 10011001 111110 11011

Color Harmonies of #1A704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A704A

Black with #1A704A

Text Example


Text Example

White with #1A704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A704A; }

 p { color: rgb(26,112,74); }

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

background-color css

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

 a { background-color: rgb(26,112,74); }

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

border-color css

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

 span { border-color: rgb(26,112,74); }

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