#1F382D

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

Shades of Palm Green #1F382D

Tints of Palm Green #1F382D

Color information

#1F382D (or 0x1F382D) is unknown color: approx Palm Green. HEX triplet: 1F, 38 and 2D. RGB value is (31,56,45). Sum of RGB (Red+Green+Blue) = 31+56+45=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 56 - color contains mainly: green. Hex color #1F382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F382D is #E0C7D2. Grayscale: #2F2F2F. Windows color (decimal): -14731219 or 2963487. OLE color: 2963487.

HSL color Cylindrical-coordinate representation of color #1F382D: hue angle of 153.6º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F382D is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB315645-
CMYK0.4500.200.78
HSL153.6º28.74%17.06%-
HSV(B)153.6º44.64%21.96%-
XYZ2.453.312.99-
YUV47.27126.72116.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.48%
GREEN value IS 56 (22.27% from 255) = 42.42%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=23.48%
G=42.42%
B=34.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3156450.4500.200.78153.628.7417.06
Hex1F382D2D0144E9a1d11
Octal377055550241162323521
Binary111111110001011011011010101001001110100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,56,45); }

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

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

 a { background-color: rgb(31,56,45); }

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

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

 span { border-color: rgb(31,56,45); }

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