#1F7A4F

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

Shades of Salem #1F7A4F

Tints of Salem #1F7A4F

Color information

#1F7A4F (or 0x1F7A4F) is unknown color: approx Salem. HEX triplet: 1F, 7A and 4F. RGB value is (31,122,79). Sum of RGB (Red+Green+Blue) = 31+122+79=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #1F7A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7A4F is #E085B0. Grayscale: #595959. Windows color (decimal): -14714289 or 5208607. OLE color: 5208607.

HSL color Cylindrical-coordinate representation of color #1F7A4F: hue angle of 151.65º 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 #1F7A4F is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB3112279-
CMYK0.7500.350.52
HSL151.65º59.48%30%-
HSV(B)151.65º74.59%47.84%-
XYZ8.9414.779.78-
YUV89.89121.8586-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.36%
GREEN value IS 122 (48.05% from 255) = 52.59%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=13.36%
G=52.59%
B=34.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31122790.7500.350.52151.6559.4830
Hex1F7A4F4B02334983b1e
Octal37172117113043642307336
Binary1111111110101001111100101101000111101001001100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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