#2C4823

Color #2C4823 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #2C4823

Tints of Palm Leaf #2C4823

Color information

#2C4823 (or 0x2C4823) is unknown color: approx Palm Leaf. HEX triplet: 2C, 48 and 23. RGB value is (44,72,35). Sum of RGB (Red+Green+Blue) = 44+72+35=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4823 is #D3B7DC. Grayscale: #3B3B3B. Windows color (decimal): -13875165 or 2312236. OLE color: 2312236.

HSL color Cylindrical-coordinate representation of color #2C4823: hue angle of 105.41º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C4823 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB447235-
CMYK0.3900.510.72
HSL105.41º34.58%20.98%-
HSV(B)105.41º51.39%28.24%-
XYZ3.665.292.42-
YUV59.41114.22117.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.14%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=29.14%
G=47.68%
B=23.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4472350.3900.510.72105.4134.5820.98
Hex2C48232703348692315
Octal5411043470631101514325
Binary101100100100010001110011101100111001000110100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C4823; }

 p { color: rgb(44,72,35); }

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

<style>
 a { background-color: #2C4823; }

 a { background-color: rgb(44,72,35); }

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

<style>
 span { border-color: #2C4823; }

 span { border-color: rgb(44,72,35); }

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