#1F893C

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

Shades of Salem #1F893C

Tints of Salem #1F893C

Color information

#1F893C (or 0x1F893C) is unknown color: approx Salem. HEX triplet: 1F, 89 and 3C. RGB value is (31,137,60). Sum of RGB (Red+Green+Blue) = 31+137+60=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #1F893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F893C is #E076C3. Grayscale: #606060. Windows color (decimal): -14710468 or 3967263. OLE color: 3967263.

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

Color convert

RGB3113760-
CMYK0.7700.560.46
HSL136.42º63.1%32.94%-
HSV(B)136.42º77.37%53.73%-
XYZ10.3318.517.3-
YUV96.53107.3881.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 137 (53.91% from 255) = 60.09%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=13.60%
G=60.09%
B=26.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31137600.7700.560.46136.4263.132.94
Hex1F893C4D0382E883f21
Octal3721174115070562107741
Binary11111100010011111001001101011100010111010001000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F893C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,137,60); }

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

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

 a { background-color: rgb(31,137,60); }

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

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

 span { border-color: rgb(31,137,60); }

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