#2D3F2A

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

Shades of Palm Leaf #2D3F2A

Tints of Palm Leaf #2D3F2A

Color information

#2D3F2A (or 0x2D3F2A) is unknown color: approx Palm Leaf. HEX triplet: 2D, 3F and 2A. RGB value is (45,63,42). Sum of RGB (Red+Green+Blue) = 45+63+42=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3F2A is #D2C0D5. Grayscale: #373737. Windows color (decimal): -13811926 or 2768685. OLE color: 2768685.

HSL color Cylindrical-coordinate representation of color #2D3F2A: hue angle of 111.43º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D3F2A is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB456342-
CMYK0.2900.330.75
HSL111.43º20%20.59%-
HSV(B)111.43º33.33%24.71%-
XYZ3.284.282.84-
YUV55.22120.54120.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30%
GREEN value IS 63 (25% from 255) = 42%
BLUE value IS 42 (16.80% from 255) = 28%
R=30%
G=42%
B=28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4563420.2900.330.75111.432020.59
Hex2D3F2A1D0214B6f1415
Octal557752350411131572425
Binary101101111111101010111010100001100101111011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,63,42); }

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

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

 a { background-color: rgb(45,63,42); }

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

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

 span { border-color: rgb(45,63,42); }

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