Html Css Color HEX #1D7D4C Salem

📋 copy color: '#1D7D4C'

red 29 ◦ green 125 ◦ blue 76

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

Shades of Salem #1D7D4C

Tints of Salem #1D7D4C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 54.35%

 BLUE value IS 76 (30.08% from 255) = 33.04%

R = 12.61%
G = 54.35%
B = 33.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#1D7D4C (or 0x1D7D4C) is known color: Salem. HEX triplet: 1D, 7D and 4C. RGB value is (29,125,76). Sum of RGB (Red+Green+Blue) = 29+125+76=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 125 (49.22% from 255 or 54.35% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7D4C is #E282B3. Grayscale: #5A5A5A. Windows color (decimal): -14844596 or 5012765. OLE color: 5012765.

HSL color Cylindrical-coordinate representation of color #1D7D4C: hue angle of 149.38º 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 #1D7D4C is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 125 76 -
CMYK 0.77 0 0.39 0.51
HSL 149.38º 0.62% 0.3% -
HSV(B) 149.38º 0.77% 0.49% -
XYZ 9.14 15.45 9.34 -
YUV 90.71 119.7 83.98 -
System Red Green Blue C M Y K H S L
Decimal 29 125 76 0.77 0 0.39 0.51 149.38 0.62 0.3
Hex 1D 7D 4C 4D 0 27 33 95 3E 1E
Octal 35 175 114 115 0 47 63 225 76 36
Binary 11101 1111101 1001100 1001101 0 100111 110011 10010101 111110 11110

Color Harmonies of #1D7D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7D4C

Black with #1D7D4C

Text Example


Text Example

White with #1D7D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,125,76); }

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

background-color css

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

 a { background-color: rgb(29,125,76); }

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

border-color css

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

 span { border-color: rgb(29,125,76); }

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