#2C451E

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

Shades of Palm Leaf #2C451E

Tints of Palm Leaf #2C451E

Color information

#2C451E (or 0x2C451E) is unknown color: approx Palm Leaf. HEX triplet: 2C, 45 and 1E. RGB value is (44,69,30). Sum of RGB (Red+Green+Blue) = 44+69+30=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #2C451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C451E is #D3BAE1. Grayscale: #393939. Windows color (decimal): -13875938 or 1983788. OLE color: 1983788.

HSL color Cylindrical-coordinate representation of color #2C451E: hue angle of 98.46º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C451E is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB446930-
CMYK0.3600.570.73
HSL98.46º39.39%19.41%-
HSV(B)98.46º56.52%27.06%-
XYZ3.44.891.99-
YUV57.08112.72118.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.77%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=30.77%
G=48.25%
B=20.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4469300.3600.570.7398.4639.3919.41
Hex2C451E2403949622713
Octal5410536440711111424723
Binary10110010001011111010010001110011001001110001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,69,30); }

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

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

 a { background-color: rgb(44,69,30); }

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

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

 span { border-color: rgb(44,69,30); }

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