Html Css Color HEX #1D6B48 Dark Spring Green

📋 copy color: '#1D6B48'

red 29 ◦ green 107 ◦ blue 72

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

Shades of Dark Spring Green #1D6B48

Tints of Dark Spring Green #1D6B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.44%

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 13.94%
G = 51.44%
B = 34.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#1D6B48 (or 0x1D6B48) is known color: Dark Spring Green. HEX triplet: 1D, 6B and 48. RGB value is (29,107,72). Sum of RGB (Red+Green+Blue) = 29+107+72=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6B48 is #E294B7. Grayscale: #4F4F4F. Windows color (decimal): -14849208 or 4746013. OLE color: 4746013.

HSL color Cylindrical-coordinate representation of color #1D6B48: hue angle of 153.08º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6B48 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 107 72 -
CMYK 0.73 0 0.33 0.58
HSL 153.08º 0.57% 0.27% -
HSV(B) 153.08º 0.73% 0.42% -
XYZ 6.93 11.24 7.94 -
YUV 79.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 29 107 72 0.73 0 0.33 0.58 153.08 0.57 0.27
Hex 1D 6B 48 49 0 21 3A 99 39 1B
Octal 35 153 110 111 0 41 72 231 71 33
Binary 11101 1101011 1001000 1001001 0 100001 111010 10011001 111001 11011

Color Harmonies of #1D6B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6B48

Black with #1D6B48

Text Example


Text Example

White with #1D6B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,107,72); }

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

background-color css

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

 a { background-color: rgb(29,107,72); }

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

border-color css

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

 span { border-color: rgb(29,107,72); }

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