#1F352B

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

Shades of Palm Green #1F352B

Tints of Palm Green #1F352B

Color information

#1F352B (or 0x1F352B) is unknown color: approx Palm Green. HEX triplet: 1F, 35 and 2B. RGB value is (31,53,43). Sum of RGB (Red+Green+Blue) = 31+53+43=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #1F352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F352B is #E0CAD4. Grayscale: #2D2D2D. Windows color (decimal): -14731989 or 2831647. OLE color: 2831647.

HSL color Cylindrical-coordinate representation of color #1F352B: hue angle of 152.73º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F352B is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB315343-
CMYK0.4200.190.79
HSL152.73º26.19%16.47%-
HSV(B)152.73º41.51%20.78%-
XYZ2.273.012.75-
YUV45.28126.71117.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.41%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=24.41%
G=41.73%
B=33.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3153430.4200.190.79152.7326.1916.47
Hex1F352B2A0134F991a10
Octal376553520231172313220
Binary111111101011010111010100100111001111100110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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