#1D763F

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

Shades of Dark Spring Green #1D763F

Tints of Dark Spring Green #1D763F

Color information

#1D763F (or 0x1D763F) is unknown color: approx Dark Spring Green. HEX triplet: 1D, 76 and 3F. RGB value is (29,118,63). Sum of RGB (Red+Green+Blue) = 29+118+63=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #1D763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D763F is #E289C0. Grayscale: #555555. Windows color (decimal): -14846401 or 4159005. OLE color: 4159005.

HSL color Cylindrical-coordinate representation of color #1D763F: hue angle of 142.92º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D763F is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB2911863-
CMYK0.7500.470.54
HSL142.92º60.54%28.82%-
HSV(B)142.92º75.42%46.27%-
XYZ7.8813.586.91-
YUV85.12115.5187.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.81%
GREEN value IS 118 (46.48% from 255) = 56.19%
BLUE value IS 63 (25% from 255) = 30%
R=13.81%
G=56.19%
B=30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29118630.7500.470.54142.9260.5428.82
Hex1D763F4B02F368f3d1d
Octal3516677113057662177535
Binary111011110110111111100101101011111101101000111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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