#2C3F25

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

Shades of Palm Leaf #2C3F25

Tints of Palm Leaf #2C3F25

Color information

#2C3F25 (or 0x2C3F25) is unknown color: approx Palm Leaf. HEX triplet: 2C, 3F and 25. RGB value is (44,63,37). Sum of RGB (Red+Green+Blue) = 44+63+37=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #2C3F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3F25 is #D3C0DA. Grayscale: #363636. Windows color (decimal): -13877467 or 2441004. OLE color: 2441004.

HSL color Cylindrical-coordinate representation of color #2C3F25: hue angle of 103.85º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C3F25 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB446337-
CMYK0.3000.410.75
HSL103.85º26%19.61%-
HSV(B)103.85º41.27%24.71%-
XYZ3.154.222.4-
YUV54.35118.21120.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.56%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=30.56%
G=43.75%
B=25.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4463370.3000.410.75103.852619.61
Hex2C3F251E0294B681a14
Octal547745360511131503224
Binary101100111111100101111100101001100101111010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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