Html Css Color HEX #1D704D Dark Spring Green

📋 copy color: '#1D704D'

red 29 ◦ green 112 ◦ blue 77

#1D704D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #1D704D

Tints of Dark Spring Green #1D704D

RGB

 RED value IS 29 (11.72% from 255) = 13.3%

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 77 (30.47% from 255) = 35.32%

R = 13.3%
G = 51.38%
B = 35.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#1D704D (or 0x1D704D) is known color: Dark Spring Green. HEX triplet: 1D, 70 and 4D. RGB value is (29,112,77). Sum of RGB (Red+Green+Blue) = 29+112+77=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #1D704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D704D is #E28FB2. Grayscale: #535353. Windows color (decimal): -14847923 or 5074973. OLE color: 5074973.

HSL color Cylindrical-coordinate representation of color #1D704D: hue angle of 154.7º 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 #1D704D is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 112 77 -
CMYK 0.74 0 0.31 0.56
HSL 154.7º 0.59% 0.28% -
HSV(B) 154.7º 0.74% 0.44% -
XYZ 7.64 12.39 9.01 -
YUV 83.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 29 112 77 0.74 0 0.31 0.56 154.7 0.59 0.28
Hex 1D 70 4D 4A 0 1F 38 9B 3B 1C
Octal 35 160 115 112 0 37 70 233 73 34
Binary 11101 1110000 1001101 1001010 0 11111 111000 10011011 111011 11100

Color Harmonies of #1D704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D704D

Black with #1D704D

Text Example


Text Example

White with #1D704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D704D;
 }
 .AnyTagClassName
 {
   color: #1D704D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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