#1F412E

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

Shades of Palm Green #1F412E

Tints of Palm Green #1F412E

Color information

#1F412E (or 0x1F412E) is unknown color: approx Palm Green. HEX triplet: 1F, 41 and 2E. RGB value is (31,65,46). Sum of RGB (Red+Green+Blue) = 31+65+46=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #1F412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F412E is #E0BED1. Grayscale: #343434. Windows color (decimal): -14728914 or 3031327. OLE color: 3031327.

HSL color Cylindrical-coordinate representation of color #1F412E: hue angle of 146.47º 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 #1F412E is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB316546-
CMYK0.5200.290.75
HSL146.47º35.42%18.82%-
HSV(B)146.47º52.31%25.49%-
XYZ2.954.273.25-
YUV52.67124.24112.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.83%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 46 (18.36% from 255) = 32.39%
R=21.83%
G=45.77%
B=32.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3165460.5200.290.75146.4735.4218.82
Hex1F412E3401D4B922313
Octal3710156640351132224323
Binary11111100000110111011010001110110010111001001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,65,46); }

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

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

 a { background-color: rgb(31,65,46); }

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

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

 span { border-color: rgb(31,65,46); }

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