#1D854F

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

Shades of Salem #1D854F

Tints of Salem #1D854F

Color information

#1D854F (or 0x1D854F) is unknown color: approx Salem. HEX triplet: 1D, 85 and 4F. RGB value is (29,133,79). Sum of RGB (Red+Green+Blue) = 29+133+79=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #1D854F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D854F is #E27AB0. Grayscale: #5F5F5F. Windows color (decimal): -14842545 or 5211421. OLE color: 5211421.

HSL color Cylindrical-coordinate representation of color #1D854F: hue angle of 148.85º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D854F is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB2913379-
CMYK0.7800.410.48
HSL148.85º64.2%31.76%-
HSV(B)148.85º78.2%52.16%-
XYZ10.3117.610.25-
YUV95.75118.5480.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.03%
GREEN value IS 133 (52.34% from 255) = 55.19%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=12.03%
G=55.19%
B=32.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29133790.7800.410.48148.8564.231.76
Hex1D854F4E02930954020
Octal352051171160516022510040
Binary1110110000101100111110011100101001110000100101011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,133,79); }

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

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

 a { background-color: rgb(29,133,79); }

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

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

 span { border-color: rgb(29,133,79); }

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