Html Css Color HEX #1D7446 Dark Spring Green

📋 copy color: '#1D7446'

red 29 ◦ green 116 ◦ blue 70

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

Shades of Dark Spring Green #1D7446

Tints of Dark Spring Green #1D7446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.95%

 BLUE value IS 70 (27.73% from 255) = 32.56%

R = 13.49%
G = 53.95%
B = 32.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#1D7446 (or 0x1D7446) is known color: Dark Spring Green. HEX triplet: 1D, 74 and 46. RGB value is (29,116,70). Sum of RGB (Red+Green+Blue) = 29+116+70=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #1D7446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7446 is #E28BB9. Grayscale: #545454. Windows color (decimal): -14846906 or 4617245. OLE color: 4617245.

HSL color Cylindrical-coordinate representation of color #1D7446: hue angle of 148.28º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7446 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 116 70 -
CMYK 0.75 0 0.40 0.55
HSL 148.28º 0.6% 0.28% -
HSV(B) 148.28º 0.75% 0.45% -
XYZ 7.86 13.19 7.93 -
YUV 84.74 119.68 88.24 -
System Red Green Blue C M Y K H S L
Decimal 29 116 70 0.75 0 0.40 0.55 148.28 0.6 0.28
Hex 1D 74 46 4B 0 28 37 94 3C 1C
Octal 35 164 106 113 0 50 67 224 74 34
Binary 11101 1110100 1000110 1001011 0 101000 110111 10010100 111100 11100

Color Harmonies of #1D7446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7446

Black with #1D7446

Text Example


Text Example

White with #1D7446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,116,70); }

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

background-color css

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

 a { background-color: rgb(29,116,70); }

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

border-color css

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

 span { border-color: rgb(29,116,70); }

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