#2f4827

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

Shades of Palm Leaf #2F4827

Tints of Palm Leaf #2F4827

Color information

#2F4827 (or 0x2F4827) is unknown color: approx Palm Leaf. HEX triplet: 2F, 48 and 27. RGB value is (47,72,39). Sum of RGB (Red+Green+Blue) = 47+72+39=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4827 is #D0B7D8. Grayscale: #3C3C3C. Windows color (decimal): -13678553 or 2574383. OLE color: 2574383.

HSL color Cylindrical-coordinate representation of color #2F4827: hue angle of 105.45º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F4827 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB477239-
CMYK0.3500.460.72
HSL105.45º29.73%21.76%-
HSV(B)105.45º45.83%28.24%-
XYZ3.865.392.76-
YUV60.76115.72118.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=29.75%
G=45.57%
B=24.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4772390.3500.460.72105.4529.7321.76
Hex2F48272302E48691e16
Octal5711047430561101513626
Binary10111110010001001111000110101110100100011010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f4827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,72,39); }

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

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

 a { background-color: rgb(47,72,39); }

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

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

 span { border-color: rgb(47,72,39); }

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