Html Css Color HEX #1A7048 Dark Spring Green

📋 copy color: '#1A7048'

red 26 ◦ green 112 ◦ blue 72

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

Shades of Dark Spring Green #1A7048

Tints of Dark Spring Green #1A7048

RGB

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

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

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

R = 12.38%
G = 53.33%
B = 34.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#1A7048 (or 0x1A7048) is known color: Dark Spring Green. HEX triplet: 1A, 70 and 48. RGB value is (26,112,72). Sum of RGB (Red+Green+Blue) = 26+112+72=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7048 is #E58FB7. Grayscale: #515151. Windows color (decimal): -15044536 or 4747290. OLE color: 4747290.

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

Color convert

RGB 26 112 72 -
CMYK 0.77 0 0.36 0.56
HSL 152.09º 0.62% 0.27% -
HSV(B) 152.09º 0.77% 0.44% -
XYZ 7.39 12.28 8.11 -
YUV 81.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 26 112 72 0.77 0 0.36 0.56 152.09 0.62 0.27
Hex 1A 70 48 4D 0 24 38 98 3E 1B
Octal 32 160 110 115 0 44 70 230 76 33
Binary 11010 1110000 1001000 1001101 0 100100 111000 10011000 111110 11011

Color Harmonies of #1A7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7048

Black with #1A7048

Text Example


Text Example

White with #1A7048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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