#1F392B

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

Shades of Palm Green #1F392B

Tints of Palm Green #1F392B

Color information

#1F392B (or 0x1F392B) is unknown color: approx Palm Green. HEX triplet: 1F, 39 and 2B. RGB value is (31,57,43). Sum of RGB (Red+Green+Blue) = 31+57+43=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #1F392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F392B is #E0C6D4. Grayscale: #2F2F2F. Windows color (decimal): -14730965 or 2832671. OLE color: 2832671.

HSL color Cylindrical-coordinate representation of color #1F392B: hue angle of 147.69º 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 #1F392B is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB315743-
CMYK0.4600.250.78
HSL147.69º29.55%17.25%-
HSV(B)147.69º45.61%22.35%-
XYZ2.463.392.81-
YUV47.63125.39116.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.66%
GREEN value IS 57 (22.66% from 255) = 43.51%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=23.66%
G=43.51%
B=32.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3157430.4600.250.78147.6929.5517.25
Hex1F392B2E0194E941e11
Octal377153560311162243621
Binary111111110011010111011100110011001110100101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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