#2F5022

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

Shades of Palm Leaf #2F5022

Tints of Palm Leaf #2F5022

Color information

#2F5022 (or 0x2F5022) is unknown color: approx Palm Leaf. HEX triplet: 2F, 50 and 22. RGB value is (47,80,34). Sum of RGB (Red+Green+Blue) = 47+80+34=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #2F5022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5022 is #D0AFDD. Grayscale: #414141. Windows color (decimal): -13676510 or 2248751. OLE color: 2248751.

HSL color Cylindrical-coordinate representation of color #2F5022: hue angle of 103.04º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F5022 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB478034-
CMYK0.4100.580.69
HSL103.04º40.35%22.35%-
HSV(B)103.04º57.5%31.37%-
XYZ4.336.462.53-
YUV64.89110.57115.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 80 (31.64% from 255) = 49.69%
BLUE value IS 34 (13.67% from 255) = 21.12%
R=29.19%
G=49.69%
B=21.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4780340.4100.580.69103.0440.3522.35
Hex2F50222903A45672816
Octal5712042510721051475026
Binary101111101000010001010100101110101000101110011110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,80,34); }

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

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

 a { background-color: rgb(47,80,34); }

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

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

 span { border-color: rgb(47,80,34); }

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