Html Css Color HEX #1D756C Elm

📋 copy color: '#1D756C'

red 29 ◦ green 117 ◦ blue 108

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

Shades of Elm #1D756C

Tints of Elm #1D756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 11.42%
G = 46.06%
B = 42.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#1D756C (or 0x1D756C) is known color: Elm. HEX triplet: 1D, 75 and 6C. RGB value is (29,117,108). Sum of RGB (Red+Green+Blue) = 29+117+108=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #1D756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D756C is #E28A93. Grayscale: #595959. Windows color (decimal): -14846612 or 7107869. OLE color: 7107869.

HSL color Cylindrical-coordinate representation of color #1D756C: hue angle of 173.86º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D756C is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 117 108 -
CMYK 0.75 0 0.08 0.54
HSL 173.86º 0.6% 0.29% -
HSV(B) 173.86º 0.75% 0.46% -
XYZ 9.57 14.07 16.4 -
YUV 89.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 29 117 108 0.75 0 0.08 0.54 173.86 0.6 0.29
Hex 1D 75 6C 4B 0 8 36 AE 3C 1D
Octal 35 165 154 113 0 10 66 256 74 35
Binary 11101 1110101 1101100 1001011 0 1000 110110 10101110 111100 11101

Color Harmonies of #1D756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D756C

Black with #1D756C

Text Example


Text Example

White with #1D756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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