#1f8846

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

Shades of Salem #1F8846

Tints of Salem #1F8846

Color information

#1F8846 (or 0x1F8846) is unknown color: approx Salem. HEX triplet: 1F, 88 and 46. RGB value is (31,136,70). Sum of RGB (Red+Green+Blue) = 31+136+70=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #1F8846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8846 is #E077B9. Grayscale: #616161. Windows color (decimal): -14710714 or 4622367. OLE color: 4622367.

HSL color Cylindrical-coordinate representation of color #1F8846: hue angle of 142.29º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8846 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB3113670-
CMYK0.7700.490.47
HSL142.29º62.87%32.75%-
HSV(B)142.29º77.21%53.33%-
XYZ10.4718.348.78-
YUV97.08112.7180.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.08%
GREEN value IS 136 (53.52% from 255) = 57.38%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=13.08%
G=57.38%
B=29.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31136700.7700.490.47142.2962.8732.75
Hex1F88464D0312F8e3f21
Octal37210106115061572167741
Binary111111000100010001101001101011000110111110001110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f8846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,136,70); }

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

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

 a { background-color: rgb(31,136,70); }

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

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

 span { border-color: rgb(31,136,70); }

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