#2F482D

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

Shades of Palm Leaf #2F482D

Tints of Palm Leaf #2F482D

Color information

#2F482D (or 0x2F482D) is unknown color: approx Palm Leaf. HEX triplet: 2F, 48 and 2D. RGB value is (47,72,45). Sum of RGB (Red+Green+Blue) = 47+72+45=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #2F482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F482D is #D0B7D2. Grayscale: #3D3D3D. Windows color (decimal): -13678547 or 2967599. OLE color: 2967599.

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

Color convert

RGB477245-
CMYK0.3500.380.72
HSL115.56º23.08%22.94%-
HSV(B)115.56º37.5%28.24%-
XYZ3.965.433.32-
YUV61.45118.72117.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.66%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=28.66%
G=43.90%
B=27.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4772450.3500.380.72115.5623.0822.94
Hex2F482D2302648741717
Octal5711055430461101642727
Binary10111110010001011011000110100110100100011101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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