#1F7A4A

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

Shades of Salem #1F7A4A

Tints of Salem #1F7A4A

Color information

#1F7A4A (or 0x1F7A4A) is unknown color: approx Salem. HEX triplet: 1F, 7A and 4A. RGB value is (31,122,74). Sum of RGB (Red+Green+Blue) = 31+122+74=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 122 (48.05% from 255 or 53.74% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 122 - color contains mainly: green. Hex color #1F7A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7A4A is #E085B5. Grayscale: #595959. Windows color (decimal): -14714294 or 4880927. OLE color: 4880927.

HSL color Cylindrical-coordinate representation of color #1F7A4A: hue angle of 148.35º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7A4A is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB3112274-
CMYK0.7500.390.52
HSL148.35º59.48%30%-
HSV(B)148.35º74.59%47.84%-
XYZ8.7614.78.86-
YUV89.32119.3586.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 122 (48.05% from 255) = 53.74%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=13.66%
G=53.74%
B=32.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31122740.7500.390.52148.3559.4830
Hex1F7A4A4B02734943b1e
Octal37172112113047642247336
Binary1111111110101001010100101101001111101001001010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,122,74); }

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

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

 a { background-color: rgb(31,122,74); }

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

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

 span { border-color: rgb(31,122,74); }

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