#1B3B2A

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

Shades of Palm Green #1B3B2A

Tints of Palm Green #1B3B2A

Color information

#1B3B2A (or 0x1B3B2A) is unknown color: approx Palm Green. HEX triplet: 1B, 3B and 2A. RGB value is (27,59,42). Sum of RGB (Red+Green+Blue) = 27+59+42=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 59 - color contains mainly: green. Hex color #1B3B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3B2A is #E4C4D5. Grayscale: #2F2F2F. Windows color (decimal): -14992598 or 2767643. OLE color: 2767643.

HSL color Cylindrical-coordinate representation of color #1B3B2A: hue angle of 148.12º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B3B2A is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB275942-
CMYK0.5400.290.77
HSL148.12º37.21%16.86%-
HSV(B)148.12º54.24%23.14%-
XYZ2.433.532.74-
YUV47.49124.9113.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.09%
GREEN value IS 59 (23.44% from 255) = 46.09%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=21.09%
G=46.09%
B=32.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2759420.5400.290.77148.1237.2116.86
Hex1B3B2A3601D4D942511
Octal337352660351152244521
Binary1101111101110101011011001110110011011001010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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