#1B382C

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

Shades of Palm Green #1B382C

Tints of Palm Green #1B382C

Color information

#1B382C (or 0x1B382C) is unknown color: approx Palm Green. HEX triplet: 1B, 38 and 2C. RGB value is (27,56,44). Sum of RGB (Red+Green+Blue) = 27+56+44=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #1B382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B382C is #E4C7D3. Grayscale: #2D2D2D. Windows color (decimal): -14993364 or 2897947. OLE color: 2897947.

HSL color Cylindrical-coordinate representation of color #1B382C: hue angle of 155.17º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B382C is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB275644-
CMYK0.5200.210.78
HSL155.17º34.94%16.27%-
HSV(B)155.17º51.79%21.96%-
XYZ2.323.242.89-
YUV45.96126.89114.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.26%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=21.26%
G=44.09%
B=34.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2756440.5200.210.78155.1734.9416.27
Hex1B382C340154E9b2310
Octal337054640251162334320
Binary1101111100010110011010001010110011101001101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,56,44); }

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

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

 a { background-color: rgb(27,56,44); }

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

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

 span { border-color: rgb(27,56,44); }

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