Html Css Color HEX #1D7341 Dark Spring Green

📋 copy color: '#1D7341'

red 29 ◦ green 115 ◦ blue 65

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

Shades of Dark Spring Green #1D7341

Tints of Dark Spring Green #1D7341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.02%

 BLUE value IS 65 (25.78% from 255) = 31.1%

R = 13.88%
G = 55.02%
B = 31.1%

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

#1D7341 (or 0x1D7341) is known color: Dark Spring Green. HEX triplet: 1D, 73 and 41. RGB value is (29,115,65). Sum of RGB (Red+Green+Blue) = 29+115+65=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7341 is #E28CBE. Grayscale: #535353. Windows color (decimal): -14847167 or 4289309. OLE color: 4289309.

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

Color convert

RGB 29 115 65 -
CMYK 0.75 0 0.43 0.55
HSL 145.12º 0.6% 0.28% -
HSV(B) 145.12º 0.75% 0.45% -
XYZ 7.59 12.9 7.09 -
YUV 83.59 117.51 89.07 -
System Red Green Blue C M Y K H S L
Decimal 29 115 65 0.75 0 0.43 0.55 145.12 0.6 0.28
Hex 1D 73 41 4B 0 2B 37 91 3C 1C
Octal 35 163 101 113 0 53 67 221 74 34
Binary 11101 1110011 1000001 1001011 0 101011 110111 10010001 111100 11100

Color Harmonies of #1D7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7341

Black with #1D7341

Text Example


Text Example

White with #1D7341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,115,65); }

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

background-color css

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

 a { background-color: rgb(29,115,65); }

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

border-color css

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

 span { border-color: rgb(29,115,65); }

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