Html Css Color HEX #1D6C4C Dark Spring Green

📋 copy color: '#1D6C4C'

red 29 ◦ green 108 ◦ blue 76

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

Shades of Dark Spring Green #1D6C4C

Tints of Dark Spring Green #1D6C4C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 50.7%

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 13.62%
G = 50.7%
B = 35.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#1D6C4C (or 0x1D6C4C) is known color: Dark Spring Green. HEX triplet: 1D, 6C and 4C. RGB value is (29,108,76). Sum of RGB (Red+Green+Blue) = 29+108+76=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #1D6C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6C4C is #E293B3. Grayscale: #505050. Windows color (decimal): -14848948 or 5008413. OLE color: 5008413.

HSL color Cylindrical-coordinate representation of color #1D6C4C: hue angle of 155.7º degrees, saturation: 0.58, 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 #1D6C4C is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 108 76 -
CMYK 0.73 0 0.30 0.58
HSL 155.7º 0.58% 0.27% -
HSV(B) 155.7º 0.73% 0.42% -
XYZ 7.17 11.51 8.68 -
YUV 80.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 29 108 76 0.73 0 0.30 0.58 155.7 0.58 0.27
Hex 1D 6C 4C 49 0 1E 3A 9C 3A 1B
Octal 35 154 114 111 0 36 72 234 72 33
Binary 11101 1101100 1001100 1001001 0 11110 111010 10011100 111010 11011

Color Harmonies of #1D6C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6C4C

Black with #1D6C4C

Text Example


Text Example

White with #1D6C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,108,76); }

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

background-color css

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

 a { background-color: rgb(29,108,76); }

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

border-color css

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

 span { border-color: rgb(29,108,76); }

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