#1F362D

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

Shades of Palm Green #1F362D

Tints of Palm Green #1F362D

Color information

#1F362D (or 0x1F362D) is unknown color: approx Palm Green. HEX triplet: 1F, 36 and 2D. RGB value is (31,54,45). Sum of RGB (Red+Green+Blue) = 31+54+45=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 54 - color contains mainly: green. Hex color #1F362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F362D is #E0C9D2. Grayscale: #2E2E2E. Windows color (decimal): -14731731 or 2962975. OLE color: 2962975.

HSL color Cylindrical-coordinate representation of color #1F362D: hue angle of 156.52º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F362D is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB315445-
CMYK0.4300.170.79
HSL156.52º27.06%16.67%-
HSV(B)156.52º42.59%21.18%-
XYZ2.363.122.96-
YUV46.1127.38117.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=23.85%
G=41.54%
B=34.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3154450.4300.170.79156.5227.0616.67
Hex1F362D2B0114F9d1b11
Octal376655530211172353321
Binary111111101101011011010110100011001111100111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,45); }

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

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

 a { background-color: rgb(31,54,45); }

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

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

 span { border-color: rgb(31,54,45); }

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