#1A3C2C

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

Shades of Palm Green #1A3C2C

Tints of Palm Green #1A3C2C

Color information

#1A3C2C (or 0x1A3C2C) is unknown color: approx Palm Green. HEX triplet: 1A, 3C and 2C. RGB value is (26,60,44). Sum of RGB (Red+Green+Blue) = 26+60+44=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 60 - color contains mainly: green. Hex color #1A3C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3C2C is #E5C3D3. Grayscale: #303030. Windows color (decimal): -15057876 or 2898970. OLE color: 2898970.

HSL color Cylindrical-coordinate representation of color #1A3C2C: hue angle of 151.76º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A3C2C is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB266044-
CMYK0.5700.270.76
HSL151.76º39.53%16.86%-
HSV(B)151.76º56.67%23.53%-
XYZ2.53.632.95-
YUV48.01125.74112.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20%
GREEN value IS 60 (23.83% from 255) = 46.15%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=20%
G=46.15%
B=33.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2660440.5700.270.76151.7639.5316.86
Hex1A3C2C3901B4C982811
Octal327454710331142305021
Binary1101011110010110011100101101110011001001100010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,60,44); }

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

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

 a { background-color: rgb(26,60,44); }

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

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

 span { border-color: rgb(26,60,44); }

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