#1F362B

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

Shades of Palm Green #1F362B

Tints of Palm Green #1F362B

Color information

#1F362B (or 0x1F362B) is unknown color: approx Palm Green. HEX triplet: 1F, 36 and 2B. RGB value is (31,54,43). Sum of RGB (Red+Green+Blue) = 31+54+43=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 54 - color contains mainly: green. Hex color #1F362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F362B is #E0C9D4. Grayscale: #2D2D2D. Windows color (decimal): -14731733 or 2831903. OLE color: 2831903.

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

Color convert

RGB315443-
CMYK0.4300.200.79
HSL151.3º27.06%16.67%-
HSV(B)151.3º42.59%21.18%-
XYZ2.323.12.76-
YUV45.87126.38117.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.22%
GREEN value IS 54 (21.48% from 255) = 42.19%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=24.22%
G=42.19%
B=33.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3154430.4300.200.79151.327.0616.67
Hex1F362B2B0144F971b11
Octal376653530241172273321
Binary111111101101010111010110101001001111100101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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