Html Css Color HEX #1D7242 Dark Spring Green

📋 copy color: '#1D7242'

red 29 ◦ green 114 ◦ blue 66

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

Shades of Dark Spring Green #1D7242

Tints of Dark Spring Green #1D7242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.55%

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

R = 13.88%
G = 54.55%
B = 31.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#1D7242 (or 0x1D7242) is known color: Dark Spring Green. HEX triplet: 1D, 72 and 42. RGB value is (29,114,66). Sum of RGB (Red+Green+Blue) = 29+114+66=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #1D7242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7242 is #E28DBD. Grayscale: #535353. Windows color (decimal): -14847422 or 4354589. OLE color: 4354589.

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

Color convert

RGB 29 114 66 -
CMYK 0.75 0 0.42 0.55
HSL 146.12º 0.59% 0.28% -
HSV(B) 146.12º 0.75% 0.45% -
XYZ 7.51 12.69 7.21 -
YUV 83.11 118.34 89.4 -
System Red Green Blue C M Y K H S L
Decimal 29 114 66 0.75 0 0.42 0.55 146.12 0.59 0.28
Hex 1D 72 42 4B 0 2A 37 92 3B 1C
Octal 35 162 102 113 0 52 67 222 73 34
Binary 11101 1110010 1000010 1001011 0 101010 110111 10010010 111011 11100

Color Harmonies of #1D7242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7242

Black with #1D7242

Text Example


Text Example

White with #1D7242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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