#1F8A40

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

Shades of Salem #1F8A40

Tints of Salem #1F8A40

Color information

#1F8A40 (or 0x1F8A40) is unknown color: approx Salem. HEX triplet: 1F, 8A and 40. RGB value is (31,138,64). Sum of RGB (Red+Green+Blue) = 31+138+64=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #1F8A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8A40 is #E075BF. Grayscale: #616161. Windows color (decimal): -14710208 or 4229663. OLE color: 4229663.

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

Color convert

RGB3113864-
CMYK0.7800.540.46
HSL138.5º63.31%33.14%-
HSV(B)138.5º77.54%54.12%-
XYZ10.5818.847.93-
YUV97.57109.0580.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.30%
GREEN value IS 138 (54.30% from 255) = 59.23%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=13.30%
G=59.23%
B=27.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31138640.7800.540.46138.563.3133.14
Hex1F8A404E0362E8b3f21
Octal37212100116066562137741
Binary111111000101010000001001110011011010111010001011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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