#1B392A

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

Shades of Palm Green #1B392A

Tints of Palm Green #1B392A

Color information

#1B392A (or 0x1B392A) is unknown color: approx Palm Green. HEX triplet: 1B, 39 and 2A. RGB value is (27,57,42). Sum of RGB (Red+Green+Blue) = 27+57+42=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #1B392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B392A is #E4C6D5. Grayscale: #2E2E2E. Windows color (decimal): -14993110 or 2767131. OLE color: 2767131.

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

Color convert

RGB275742-
CMYK0.5300.260.78
HSL150º35.71%16.47%-
HSV(B)150º52.63%22.35%-
XYZ2.333.332.71-
YUV46.32125.56114.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.43%
GREEN value IS 57 (22.66% from 255) = 45.24%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=21.43%
G=45.24%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2757420.5300.260.7815035.7116.47
Hex1B392A3501A4E962410
Octal337152650321162264420
Binary1101111100110101011010101101010011101001011010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,57,42); }

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

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

 a { background-color: rgb(27,57,42); }

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

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

 span { border-color: rgb(27,57,42); }

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