#1F362C

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

Shades of Palm Green #1F362C

Tints of Palm Green #1F362C

Color information

#1F362C (or 0x1F362C) is unknown color: approx Palm Green. HEX triplet: 1F, 36 and 2C. RGB value is (31,54,44). Sum of RGB (Red+Green+Blue) = 31+54+44=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 54 - color contains mainly: green. Hex color #1F362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F362C is #E0C9D3. Grayscale: #2E2E2E. Windows color (decimal): -14731732 or 2897439. OLE color: 2897439.

HSL color Cylindrical-coordinate representation of color #1F362C: hue angle of 153.91º 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 #1F362C is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB315444-
CMYK0.4300.190.79
HSL153.91º27.06%16.67%-
HSV(B)153.91º42.59%21.18%-
XYZ2.343.112.86-
YUV45.98126.88117.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.03%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 44 (17.58% from 255) = 34.11%
R=24.03%
G=41.86%
B=34.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3154440.4300.190.79153.9127.0616.67
Hex1F362C2B0134F9a1b11
Octal376654530231172323321
Binary111111101101011001010110100111001111100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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