Html Css Color HEX #1D7E42 Dark Spring Green

📋 copy color: '#1D7E42'

red 29 ◦ green 126 ◦ blue 66

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

Shades of Dark Spring Green #1D7E42

Tints of Dark Spring Green #1D7E42

RGB

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

 GREEN value IS 126 (49.61% from 255) = 57.01%

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

R = 13.12%
G = 57.01%
B = 29.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#1D7E42 (or 0x1D7E42) is known color: Dark Spring Green. HEX triplet: 1D, 7E and 42. RGB value is (29,126,66). Sum of RGB (Red+Green+Blue) = 29+126+66=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 126 (49.61% from 255 or 57.01% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 126 - color contains mainly: green. Hex color #1D7E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7E42 is #E281BD. Grayscale: #5A5A5A. Windows color (decimal): -14844350 or 4357661. OLE color: 4357661.

HSL color Cylindrical-coordinate representation of color #1D7E42: hue angle of 142.89º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7E42 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 126 66 -
CMYK 0.77 0 0.48 0.51
HSL 142.89º 0.63% 0.3% -
HSV(B) 142.89º 0.77% 0.49% -
XYZ 8.95 15.58 7.69 -
YUV 90.16 114.36 84.38 -
System Red Green Blue C M Y K H S L
Decimal 29 126 66 0.77 0 0.48 0.51 142.89 0.63 0.3
Hex 1D 7E 42 4D 0 30 33 8F 3F 1E
Octal 35 176 102 115 0 60 63 217 77 36
Binary 11101 1111110 1000010 1001101 0 110000 110011 10001111 111111 11110

Color Harmonies of #1D7E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7E42

Black with #1D7E42

Text Example


Text Example

White with #1D7E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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