#1F8440

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

Shades of Salem #1F8440

Tints of Salem #1F8440

Color information

#1F8440 (or 0x1F8440) is unknown color: approx Salem. HEX triplet: 1F, 84 and 40. RGB value is (31,132,64). Sum of RGB (Red+Green+Blue) = 31+132+64=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8440 is #E07BBF. Grayscale: #5E5E5E. Windows color (decimal): -14711744 or 4228127. OLE color: 4228127.

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

Color convert

RGB3113264-
CMYK0.7700.520.48
HSL139.6º61.96%31.96%-
HSV(B)139.6º76.52%51.76%-
XYZ9.7417.167.65-
YUV94.05111.0483.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 132 (51.95% from 255) = 58.15%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=13.66%
G=58.15%
B=28.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31132640.7700.520.48139.661.9631.96
Hex1F84404D034308c3e20
Octal37204100115064602147640
Binary111111000010010000001001101011010011000010001100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,132,64); }

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

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

 a { background-color: rgb(31,132,64); }

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

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

 span { border-color: rgb(31,132,64); }

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