#1D7F46

Color #1D7F46 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #1D7F46

Tints of Salem #1D7F46

Color information

#1D7F46 (or 0x1D7F46) is unknown color: approx Salem. HEX triplet: 1D, 7F and 46. RGB value is (29,127,70). Sum of RGB (Red+Green+Blue) = 29+127+70=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7F46 is #E280B9. Grayscale: #5B5B5B. Windows color (decimal): -14844090 or 4620061. OLE color: 4620061.

HSL color Cylindrical-coordinate representation of color #1D7F46: hue angle of 145.1º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7F46 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB2912770-
CMYK0.7700.450.50
HSL145.1º62.82%30.59%-
HSV(B)145.1º77.17%49.8%-
XYZ9.215.888.37-
YUV91.2116.0383.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.83%
GREEN value IS 127 (50% from 255) = 56.19%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=12.83%
G=56.19%
B=30.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29127700.7700.450.50145.162.8230.59
Hex1D7F464D02D32913f1f
Octal35177106115055622217737
Binary1110111111111000110100110101011011100101001000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,127,70); }

 H1.HeaderClassName
 {
   color: #1D7F46;
 }
 .AnyTagClassName
 {
   color: #1D7F46;
 }
</style>
background-color css

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

 a { background-color: rgb(29,127,70); }

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

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

 span { border-color: rgb(29,127,70); }

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