Html Css Color HEX #1D7442 Dark Spring Green

📋 copy color: '#1D7442'

red 29 ◦ green 116 ◦ blue 66

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

Shades of Dark Spring Green #1D7442

Tints of Dark Spring Green #1D7442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 13.74%
G = 54.98%
B = 31.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#1D7442 (or 0x1D7442) is known color: Dark Spring Green. HEX triplet: 1D, 74 and 42. RGB value is (29,116,66). Sum of RGB (Red+Green+Blue) = 29+116+66=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #1D7442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7442 is #E28BBD. Grayscale: #545454. Windows color (decimal): -14846910 or 4355101. OLE color: 4355101.

HSL color Cylindrical-coordinate representation of color #1D7442: hue angle of 145.52º 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 #1D7442 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 116 66 -
CMYK 0.75 0 0.43 0.55
HSL 145.52º 0.6% 0.28% -
HSV(B) 145.52º 0.75% 0.45% -
XYZ 7.74 13.15 7.28 -
YUV 84.29 117.68 88.57 -
System Red Green Blue C M Y K H S L
Decimal 29 116 66 0.75 0 0.43 0.55 145.52 0.6 0.28
Hex 1D 74 42 4B 0 2B 37 92 3C 1C
Octal 35 164 102 113 0 53 67 222 74 34
Binary 11101 1110100 1000010 1001011 0 101011 110111 10010010 111100 11100

Color Harmonies of #1D7442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7442

Black with #1D7442

Text Example


Text Example

White with #1D7442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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