#1B382D

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

Shades of Palm Green #1B382D

Tints of Palm Green #1B382D

Color information

#1B382D (or 0x1B382D) is unknown color: approx Palm Green. HEX triplet: 1B, 38 and 2D. RGB value is (27,56,45). Sum of RGB (Red+Green+Blue) = 27+56+45=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #1B382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B382D is #E4C7D2. Grayscale: #2E2E2E. Windows color (decimal): -14993363 or 2963483. OLE color: 2963483.

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

Color convert

RGB275645-
CMYK0.5200.200.78
HSL157.24º34.94%16.27%-
HSV(B)157.24º51.79%21.96%-
XYZ2.343.252.99-
YUV46.08127.39114.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.09%
GREEN value IS 56 (22.27% from 255) = 43.75%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=21.09%
G=43.75%
B=35.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2756450.5200.200.78157.2434.9416.27
Hex1B382D340144E9d2310
Octal337055640241162354320
Binary1101111100010110111010001010010011101001110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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