#1D714D

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

Shades of Dark Spring Green #1D714D

Tints of Dark Spring Green #1D714D

Color information

#1D714D (or 0x1D714D) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 71 and 4D. RGB value is (29,113,77). Sum of RGB (Red+Green+Blue) = 29+113+77=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #1D714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D714D is #E28EB2. Grayscale: #535353. Windows color (decimal): -14847667 or 5075229. OLE color: 5075229.

HSL color Cylindrical-coordinate representation of color #1D714D: hue angle of 154.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D714D is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB2911377-
CMYK0.7400.320.56
HSL154.29º59.15%27.84%-
HSV(B)154.29º74.34%44.31%-
XYZ7.7512.619.05-
YUV83.78124.1788.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.24%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=13.24%
G=51.60%
B=35.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29113770.7400.320.56154.2959.1527.84
Hex1D714D4A020389a3b1c
Octal35161115112040702327334
Binary1110111100011001101100101001000001110001001101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,113,77); }

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

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

 a { background-color: rgb(29,113,77); }

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

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

 span { border-color: rgb(29,113,77); }

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