#1C402C

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

Shades of Palm Green #1C402C

Tints of Palm Green #1C402C

Color information

#1C402C (or 0x1C402C) is unknown color: approx Palm Green. HEX triplet: 1C, 40 and 2C. RGB value is (28,64,44). Sum of RGB (Red+Green+Blue) = 28+64+44=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #1C402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C402C is #E3BFD3. Grayscale: #333333. Windows color (decimal): -14925780 or 2899996. OLE color: 2899996.

HSL color Cylindrical-coordinate representation of color #1C402C: hue angle of 146.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C402C is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB286444-
CMYK0.5600.310.75
HSL146.67º39.13%18.04%-
HSV(B)146.67º56.25%25.1%-
XYZ2.774.13.03-
YUV50.96124.07111.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.59%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=20.59%
G=47.06%
B=32.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2864440.5600.310.75146.6739.1318.04
Hex1C402C3801F4B932712
Octal3410054700371132234722
Binary11100100000010110011100001111110010111001001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,64,44); }

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

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

 a { background-color: rgb(28,64,44); }

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

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

 span { border-color: rgb(28,64,44); }

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