#1C382D

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

Shades of Palm Green #1C382D

Tints of Palm Green #1C382D

Color information

#1C382D (or 0x1C382D) is unknown color: approx Palm Green. HEX triplet: 1C, 38 and 2D. RGB value is (28,56,45). Sum of RGB (Red+Green+Blue) = 28+56+45=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #1C382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C382D is #E3C7D2. Grayscale: #2E2E2E. Windows color (decimal): -14927827 or 2963484. OLE color: 2963484.

HSL color Cylindrical-coordinate representation of color #1C382D: hue angle of 156.43º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C382D is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB285645-
CMYK0.5000.200.78
HSL156.43º33.33%16.47%-
HSV(B)156.43º50%21.96%-
XYZ2.373.262.99-
YUV46.37127.22114.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.71%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=21.71%
G=43.41%
B=34.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2856450.5000.200.78156.4333.3316.47
Hex1C382D320144E9c2110
Octal347055620241162344120
Binary1110011100010110111001001010010011101001110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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