#1D7C4E

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

Shades of Salem #1D7C4E

Tints of Salem #1D7C4E

Color information

#1D7C4E (or 0x1D7C4E) is unknown color: approx Salem. HEX triplet: 1D, 7C and 4E. RGB value is (29,124,78). Sum of RGB (Red+Green+Blue) = 29+124+78=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #1D7C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7C4E is #E283B1. Grayscale: #5A5A5A. Windows color (decimal): -14844850 or 5143581. OLE color: 5143581.

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

Color convert

RGB2912478-
CMYK0.7700.370.51
HSL150.95º62.09%30%-
HSV(B)150.95º76.61%48.63%-
XYZ9.0915.239.67-
YUV90.35121.0384.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.55%
GREEN value IS 124 (48.83% from 255) = 53.68%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=12.55%
G=53.68%
B=33.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29124780.7700.370.51150.9562.0930
Hex1D7C4E4D02533973e1e
Octal35174116115045632277636
Binary1110111111001001110100110101001011100111001011111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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