Html Css Color HEX #1D7440 Dark Spring Green

📋 copy color: '#1D7440'

red 29 ◦ green 116 ◦ blue 64

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

Shades of Dark Spring Green #1D7440

Tints of Dark Spring Green #1D7440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 13.88%
G = 55.5%
B = 30.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#1D7440 (or 0x1D7440) is known color: Dark Spring Green. HEX triplet: 1D, 74 and 40. RGB value is (29,116,64). Sum of RGB (Red+Green+Blue) = 29+116+64=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #1D7440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7440 is #E28BBF. Grayscale: #545454. Windows color (decimal): -14846912 or 4224029. OLE color: 4224029.

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

Color convert

RGB 29 116 64 -
CMYK 0.75 0 0.45 0.55
HSL 144.14º 0.6% 0.28% -
HSV(B) 144.14º 0.75% 0.45% -
XYZ 7.68 13.12 6.98 -
YUV 84.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 29 116 64 0.75 0 0.45 0.55 144.14 0.6 0.28
Hex 1D 74 40 4B 0 2D 37 90 3C 1C
Octal 35 164 100 113 0 55 67 220 74 34
Binary 11101 1110100 1000000 1001011 0 101101 110111 10010000 111100 11100

Color Harmonies of #1D7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7440

Black with #1D7440

Text Example


Text Example

White with #1D7440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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