#2F5325

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

Shades of Palm Leaf #2F5325

Tints of Palm Leaf #2F5325

Color information

#2F5325 (or 0x2F5325) is unknown color: approx Palm Leaf. HEX triplet: 2F, 53 and 25. RGB value is (47,83,37). Sum of RGB (Red+Green+Blue) = 47+83+37=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5325 is #D0ACDA. Grayscale: #434343. Windows color (decimal): -13675739 or 2446127. OLE color: 2446127.

HSL color Cylindrical-coordinate representation of color #2F5325: hue angle of 106.96º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F5325 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB478337-
CMYK0.4300.550.67
HSL106.96º38.33%23.53%-
HSV(B)106.96º55.42%32.55%-
XYZ4.66.922.84-
YUV66.99111.07113.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.14%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=28.14%
G=49.70%
B=22.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4783370.4300.550.67106.9638.3323.53
Hex2F53252B037436b2618
Octal5712345530671031534630
Binary101111101001110010110101101101111000011110101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,83,37); }

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

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

 a { background-color: rgb(47,83,37); }

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

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

 span { border-color: rgb(47,83,37); }

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