#2F5126

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

Shades of Palm Leaf #2F5126

Tints of Palm Leaf #2F5126

Color information

#2F5126 (or 0x2F5126) is unknown color: approx Palm Leaf. HEX triplet: 2F, 51 and 26. RGB value is (47,81,38). Sum of RGB (Red+Green+Blue) = 47+81+38=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #2F5126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5126 is #D0AED9. Grayscale: #424242. Windows color (decimal): -13676250 or 2511151. OLE color: 2511151.

HSL color Cylindrical-coordinate representation of color #2F5126: hue angle of 107.44º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F5126 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB478138-
CMYK0.4200.530.68
HSL107.44º36.13%23.33%-
HSV(B)107.44º53.09%31.76%-
XYZ4.466.632.88-
YUV65.93112.24114.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.31%
GREEN value IS 81 (32.03% from 255) = 48.80%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=28.31%
G=48.80%
B=22.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4781380.4200.530.68107.4436.1323.33
Hex2F51262A035446b2417
Octal5712146520651041534427
Binary101111101000110011010101001101011000100110101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,81,38); }

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

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

 a { background-color: rgb(47,81,38); }

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

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

 span { border-color: rgb(47,81,38); }

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