Html Css Color HEX #1D6D4B Dark Spring Green

📋 copy color: '#1D6D4B'

red 29 ◦ green 109 ◦ blue 75

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

Shades of Dark Spring Green #1D6D4B

Tints of Dark Spring Green #1D6D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 51.17%

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 13.62%
G = 51.17%
B = 35.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#1D6D4B (or 0x1D6D4B) is known color: Dark Spring Green. HEX triplet: 1D, 6D and 4B. RGB value is (29,109,75). Sum of RGB (Red+Green+Blue) = 29+109+75=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #1D6D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6D4B is #E292B4. Grayscale: #515151. Windows color (decimal): -14848693 or 4943133. OLE color: 4943133.

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

Color convert

RGB 29 109 75 -
CMYK 0.73 0 0.31 0.57
HSL 154.5º 0.58% 0.27% -
HSV(B) 154.5º 0.73% 0.43% -
XYZ 7.25 11.71 8.53 -
YUV 81.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 29 109 75 0.73 0 0.31 0.57 154.5 0.58 0.27
Hex 1D 6D 4B 49 0 1F 39 9A 3A 1B
Octal 35 155 113 111 0 37 71 232 72 33
Binary 11101 1101101 1001011 1001001 0 11111 111001 10011010 111010 11011

Color Harmonies of #1D6D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6D4B

Black with #1D6D4B

Text Example


Text Example

White with #1D6D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,109,75); }

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

background-color css

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

 a { background-color: rgb(29,109,75); }

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

border-color css

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

 span { border-color: rgb(29,109,75); }

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