#1F402E

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

Shades of Palm Green #1F402E

Tints of Palm Green #1F402E

Color information

#1F402E (or 0x1F402E) is unknown color: approx Palm Green. HEX triplet: 1F, 40 and 2E. RGB value is (31,64,46). Sum of RGB (Red+Green+Blue) = 31+64+46=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #1F402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F402E is #E0BFD1. Grayscale: #343434. Windows color (decimal): -14729170 or 3031071. OLE color: 3031071.

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

Color convert

RGB316446-
CMYK0.5200.280.75
HSL147.27º34.74%18.63%-
HSV(B)147.27º51.56%25.1%-
XYZ2.894.163.23-
YUV52.08124.57112.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=21.99%
G=45.39%
B=32.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164460.5200.280.75147.2734.7418.63
Hex1F402E3401C4B932313
Octal3710056640341132234323
Binary11111100000010111011010001110010010111001001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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