#2F4B2E

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

Shades of Palm Leaf #2F4B2E

Tints of Palm Leaf #2F4B2E

Color information

#2F4B2E (or 0x2F4B2E) is unknown color: approx Palm Leaf. HEX triplet: 2F, 4B and 2E. RGB value is (47,75,46). Sum of RGB (Red+Green+Blue) = 47+75+46=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4B2E is #D0B4D1. Grayscale: #3F3F3F. Windows color (decimal): -13677778 or 3033903. OLE color: 3033903.

HSL color Cylindrical-coordinate representation of color #2F4B2E: hue angle of 117.93º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F4B2E is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB477546-
CMYK0.3700.390.71
HSL117.93º23.97%23.73%-
HSV(B)117.93º38.67%29.41%-
XYZ4.185.833.49-
YUV63.32118.22116.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.98%
GREEN value IS 75 (29.69% from 255) = 44.64%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=27.98%
G=44.64%
B=27.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4775460.3700.390.71117.9323.9723.73
Hex2F4B2E2502747761818
Octal5711356450471071663030
Binary10111110010111011101001010100111100011111101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,75,46); }

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

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

 a { background-color: rgb(47,75,46); }

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

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

 span { border-color: rgb(47,75,46); }

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