#2C4725

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

Shades of Palm Leaf #2C4725

Tints of Palm Leaf #2C4725

Color information

#2C4725 (or 0x2C4725) is unknown color: approx Palm Leaf. HEX triplet: 2C, 47 and 25. RGB value is (44,71,37). Sum of RGB (Red+Green+Blue) = 44+71+37=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4725 is #D3B8DA. Grayscale: #3B3B3B. Windows color (decimal): -13875419 or 2443052. OLE color: 2443052.

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

Color convert

RGB447137-
CMYK0.3800.480.72
HSL107.65º31.48%21.18%-
HSV(B)107.65º47.89%27.84%-
XYZ3.635.182.56-
YUV59.05115.55117.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.95%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=28.95%
G=46.71%
B=24.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4471370.3800.480.72107.6531.4821.18
Hex2C472526030486c1f15
Octal5410745460601101543725
Binary10110010001111001011001100110000100100011011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,71,37); }

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

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

 a { background-color: rgb(44,71,37); }

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

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

 span { border-color: rgb(44,71,37); }

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