Html Css Color HEX #1D736F Elm

📋 copy color: '#1D736F'

red 29 ◦ green 115 ◦ blue 111

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

Shades of Elm #1D736F

Tints of Elm #1D736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.1%

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 11.37%
G = 45.1%
B = 43.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#1D736F (or 0x1D736F) is known color: Elm. HEX triplet: 1D, 73 and 6F. RGB value is (29,115,111). Sum of RGB (Red+Green+Blue) = 29+115+111=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #1D736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D736F is #E28C90. Grayscale: #585858. Windows color (decimal): -14847121 or 7303965. OLE color: 7303965.

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

Color convert

RGB 29 115 111 -
CMYK 0.75 0 0.03 0.55
HSL 177.21º 0.6% 0.28% -
HSV(B) 177.21º 0.75% 0.45% -
XYZ 9.51 13.67 17.18 -
YUV 88.83 140.51 85.33 -
System Red Green Blue C M Y K H S L
Decimal 29 115 111 0.75 0 0.03 0.55 177.21 0.6 0.28
Hex 1D 73 6F 4B 0 3 37 B1 3C 1C
Octal 35 163 157 113 0 3 67 261 74 34
Binary 11101 1110011 1101111 1001011 0 11 110111 10110001 111100 11100

Color Harmonies of #1D736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D736F

Black with #1D736F

Text Example


Text Example

White with #1D736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,115,111); }

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

background-color css

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

 a { background-color: rgb(29,115,111); }

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

border-color css

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

 span { border-color: rgb(29,115,111); }

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