Html Css Color HEX #1D7C48 Salem

📋 copy color: '#1D7C48'

red 29 ◦ green 124 ◦ blue 72

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

Shades of Salem #1D7C48

Tints of Salem #1D7C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.11%

 BLUE value IS 72 (28.52% from 255) = 32%

R = 12.89%
G = 55.11%
B = 32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#1D7C48 (or 0x1D7C48) is known color: Salem. HEX triplet: 1D, 7C and 48. RGB value is (29,124,72). Sum of RGB (Red+Green+Blue) = 29+124+72=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #1D7C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7C48 is #E283B7. Grayscale: #595959. Windows color (decimal): -14844856 or 4750365. OLE color: 4750365.

HSL color Cylindrical-coordinate representation of color #1D7C48: hue angle of 147.16º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7C48 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 124 72 -
CMYK 0.77 0 0.42 0.51
HSL 147.16º 0.62% 0.3% -
HSV(B) 147.16º 0.77% 0.49% -
XYZ 8.88 15.14 8.59 -
YUV 89.67 118.03 84.73 -
System Red Green Blue C M Y K H S L
Decimal 29 124 72 0.77 0 0.42 0.51 147.16 0.62 0.3
Hex 1D 7C 48 4D 0 2A 33 93 3E 1E
Octal 35 174 110 115 0 52 63 223 76 36
Binary 11101 1111100 1001000 1001101 0 101010 110011 10010011 111110 11110

Color Harmonies of #1D7C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7C48

Black with #1D7C48

Text Example


Text Example

White with #1D7C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,124,72); }

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

background-color css

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

 a { background-color: rgb(29,124,72); }

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

border-color css

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

 span { border-color: rgb(29,124,72); }

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