#1F8441

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

Shades of Salem #1F8441

Tints of Salem #1F8441

Color information

#1F8441 (or 0x1F8441) is unknown color: approx Salem. HEX triplet: 1F, 84 and 41. RGB value is (31,132,65). Sum of RGB (Red+Green+Blue) = 31+132+65=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8441 is #E07BBE. Grayscale: #5E5E5E. Windows color (decimal): -14711743 or 4293663. OLE color: 4293663.

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

Color convert

RGB3113265-
CMYK0.7700.510.48
HSL140.2º61.96%31.96%-
HSV(B)140.2º76.52%51.76%-
XYZ9.7717.187.8-
YUV94.16111.5482.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 132 (51.95% from 255) = 57.89%
BLUE value IS 65 (25.78% from 255) = 28.51%
R=13.60%
G=57.89%
B=28.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31132650.7700.510.48140.261.9631.96
Hex1F84414D033308c3e20
Octal37204101115063602147640
Binary111111000010010000011001101011001111000010001100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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