#2C570E

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

Shades of Palm Leaf #2C570E

Tints of Palm Leaf #2C570E

Color information

#2C570E (or 0x2C570E) is unknown color: approx Palm Leaf. HEX triplet: 2C, 57 and 0E. RGB value is (44,87,14). Sum of RGB (Red+Green+Blue) = 44+87+14=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 87 (34.38% from 255 or 60% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 87 - color contains mainly: green. Hex color #2C570E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C570E is #D3A8F1. Grayscale: #424242. Windows color (decimal): -13871346 or 939820. OLE color: 939820.

HSL color Cylindrical-coordinate representation of color #2C570E: hue angle of 95.34º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C570E is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB448714-
CMYK0.4900.840.66
HSL95.34º72.28%19.8%-
HSV(B)95.34º83.91%34.12%-
XYZ4.537.381.6-
YUV65.8298.75112.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.34%
GREEN value IS 87 (34.38% from 255) = 60%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=30.34%
G=60%
B=9.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4487140.4900.840.6695.3472.2819.8
Hex2C57E31054425f4814
Octal541271661012410213711024
Binary101100101011111101100010101010010000101011111100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C570E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,87,14); }

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

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

 a { background-color: rgb(44,87,14); }

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

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

 span { border-color: rgb(44,87,14); }

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