#1A744A

Color #1A744A Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #1A744A

Tints of Dark Spring Green #1A744A

Color information

#1A744A (or 0x1A744A) is unknown color: approx Dark Spring Green. HEX triplet: 1A, 74 and 4A. RGB value is (26,116,74). Sum of RGB (Red+Green+Blue) = 26+116+74=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #1A744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A744A is #E58BB5. Grayscale: #545454. Windows color (decimal): -15043510 or 4879386. OLE color: 4879386.

HSL color Cylindrical-coordinate representation of color #1A744A: hue angle of 152º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A744A is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB2611674-
CMYK0.7800.360.55
HSL152º63.38%27.84%-
HSV(B)152º77.59%45.49%-
XYZ7.9113.28.61-
YUV84.3122.1886.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.04%
GREEN value IS 116 (45.70% from 255) = 53.70%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=12.04%
G=53.70%
B=34.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26116740.7800.360.5515263.3827.84
Hex1A744A4E02437983f1c
Octal32164112116044672307734
Binary1101011101001001010100111001001001101111001100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A744A;
 }
 .AnyTagClassName
 {
   color: #1A744A;
 }
</style>
background-color css

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

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

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

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

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

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