#1F402C

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

Shades of Palm Green #1F402C

Tints of Palm Green #1F402C

Color information

#1F402C (or 0x1F402C) is unknown color: approx Palm Green. HEX triplet: 1F, 40 and 2C. RGB value is (31,64,44). Sum of RGB (Red+Green+Blue) = 31+64+44=139 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.30% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #1F402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F402C is #E0BFD3. Grayscale: #333333. Windows color (decimal): -14729172 or 2899999. OLE color: 2899999.

HSL color Cylindrical-coordinate representation of color #1F402C: hue angle of 143.64º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F402C is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB316444-
CMYK0.5200.310.75
HSL143.64º34.74%18.63%-
HSV(B)143.64º51.56%25.1%-
XYZ2.854.143.03-
YUV51.85123.57113.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.30%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=22.30%
G=46.04%
B=31.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164440.5200.310.75143.6434.7418.63
Hex1F402C3401F4B902313
Octal3710054640371132204323
Binary11111100000010110011010001111110010111001000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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