#1F392A

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

Shades of Palm Green #1F392A

Tints of Palm Green #1F392A

Color information

#1F392A (or 0x1F392A) is unknown color: approx Palm Green. HEX triplet: 1F, 39 and 2A. RGB value is (31,57,42). Sum of RGB (Red+Green+Blue) = 31+57+42=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #1F392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F392A is #E0C6D5. Grayscale: #2F2F2F. Windows color (decimal): -14730966 or 2767135. OLE color: 2767135.

HSL color Cylindrical-coordinate representation of color #1F392A: hue angle of 145.38º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F392A is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB315742-
CMYK0.4600.260.78
HSL145.38º29.55%17.25%-
HSV(B)145.38º45.61%22.35%-
XYZ2.453.382.71-
YUV47.52124.89116.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=23.85%
G=43.85%
B=32.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3157420.4600.260.78145.3829.5517.25
Hex1F392A2E01A4E911e11
Octal377152560321162213621
Binary111111110011010101011100110101001110100100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,57,42); }

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

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

 a { background-color: rgb(31,57,42); }

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

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

 span { border-color: rgb(31,57,42); }

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