Html Css Color HEX #1D7874 Elm

📋 copy color: '#1D7874'

red 29 ◦ green 120 ◦ blue 116

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

Shades of Elm #1D7874

Tints of Elm #1D7874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.28%

 BLUE value IS 116 (45.7% from 255) = 43.77%

R = 10.94%
G = 45.28%
B = 43.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#1D7874 (or 0x1D7874) is known color: Elm. HEX triplet: 1D, 78 and 74. RGB value is (29,120,116). Sum of RGB (Red+Green+Blue) = 29+120+116=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7874 is #E2878B. Grayscale: #5C5C5C. Windows color (decimal): -14845836 or 7632925. OLE color: 7632925.

HSL color Cylindrical-coordinate representation of color #1D7874: hue angle of 177.36º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7874 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 120 116 -
CMYK 0.76 0 0.03 0.53
HSL 177.36º 0.61% 0.29% -
HSV(B) 177.36º 0.76% 0.47% -
XYZ 10.38 14.96 18.86 -
YUV 92.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 29 120 116 0.76 0 0.03 0.53 177.36 0.61 0.29
Hex 1D 78 74 4C 0 3 35 B1 3D 1D
Octal 35 170 164 114 0 3 65 261 75 35
Binary 11101 1111000 1110100 1001100 0 11 110101 10110001 111101 11101

Color Harmonies of #1D7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7874

Black with #1D7874

Text Example


Text Example

White with #1D7874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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