Html Css Color HEX #1D746D Elm

📋 copy color: '#1D746D'

red 29 ◦ green 116 ◦ blue 109

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

Shades of Elm #1D746D

Tints of Elm #1D746D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 11.42%
G = 45.67%
B = 42.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#1D746D (or 0x1D746D) is known color: Elm. HEX triplet: 1D, 74 and 6D. RGB value is (29,116,109). Sum of RGB (Red+Green+Blue) = 29+116+109=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #1D746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D746D is #E28B92. Grayscale: #595959. Windows color (decimal): -14846867 or 7173149. OLE color: 7173149.

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

Color convert

RGB 29 116 109 -
CMYK 0.75 0 0.06 0.55
HSL 175.17º 0.6% 0.28% -
HSV(B) 175.17º 0.75% 0.45% -
XYZ 9.51 13.86 16.64 -
YUV 89.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 29 116 109 0.75 0 0.06 0.55 175.17 0.6 0.28
Hex 1D 74 6D 4B 0 6 37 AF 3C 1C
Octal 35 164 155 113 0 6 67 257 74 34
Binary 11101 1110100 1101101 1001011 0 110 110111 10101111 111100 11100

Color Harmonies of #1D746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D746D

Black with #1D746D

Text Example


Text Example

White with #1D746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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