#1D7A3F

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

Shades of Dark Spring Green #1D7A3F

Tints of Dark Spring Green #1D7A3F

Color information

#1D7A3F (or 0x1D7A3F) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 7A and 3F. RGB value is (29,122,63). Sum of RGB (Red+Green+Blue) = 29+122+63=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 122 (48.05% from 255 or 57.01% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 122 - color contains mainly: green. Hex color #1D7A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7A3F is #E285C0. Grayscale: #575757. Windows color (decimal): -14845377 or 4160029. OLE color: 4160029.

HSL color Cylindrical-coordinate representation of color #1D7A3F: hue angle of 141.94º 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 #1D7A3F is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB2912263-
CMYK0.7600.480.52
HSL141.94º61.59%29.61%-
HSV(B)141.94º76.23%47.84%-
XYZ8.3614.547.07-
YUV87.47114.1986.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.55%
GREEN value IS 122 (48.05% from 255) = 57.01%
BLUE value IS 63 (25% from 255) = 29.44%
R=13.55%
G=57.01%
B=29.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal29122630.7600.480.52141.9461.5929.61
Hex1D7A3F4C030348e3e1e
Octal3517277114060642167636
Binary111011111010111111100110001100001101001000111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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