#1D7A41

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

Shades of Dark Spring Green #1D7A41

Tints of Dark Spring Green #1D7A41

Color information

#1D7A41 (or 0x1D7A41) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 7A and 41. RGB value is (29,122,65). Sum of RGB (Red+Green+Blue) = 29+122+65=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #1D7A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7A41 is #E285BE. Grayscale: #575757. Windows color (decimal): -14845375 or 4291101. OLE color: 4291101.

HSL color Cylindrical-coordinate representation of color #1D7A41: hue angle of 143.23º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7A41 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB2912265-
CMYK0.7600.470.52
HSL143.23º61.59%29.61%-
HSV(B)143.23º76.23%47.84%-
XYZ8.4214.567.37-
YUV87.7115.1986.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.43%
GREEN value IS 122 (48.05% from 255) = 56.48%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=13.43%
G=56.48%
B=30.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal29122650.7600.470.52143.2361.5929.61
Hex1D7A414C02F348f3e1e
Octal35172101114057642177636
Binary1110111110101000001100110001011111101001000111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,122,65); }

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

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

 a { background-color: rgb(29,122,65); }

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

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

 span { border-color: rgb(29,122,65); }

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