#2D512A

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

Shades of Palm Leaf #2D512A

Tints of Palm Leaf #2D512A

Color information

#2D512A (or 0x2D512A) is unknown color: approx Palm Leaf. HEX triplet: 2D, 51 and 2A. RGB value is (45,81,42). Sum of RGB (Red+Green+Blue) = 45+81+42=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #2D512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D512A is #D2AED5. Grayscale: #414141. Windows color (decimal): -13807318 or 2773293. OLE color: 2773293.

HSL color Cylindrical-coordinate representation of color #2D512A: hue angle of 115.38º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D512A is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB458142-
CMYK0.4400.480.68
HSL115.38º31.71%24.12%-
HSV(B)115.38º48.15%31.76%-
XYZ4.446.613.23-
YUV65.79114.57113.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.79%
GREEN value IS 81 (32.03% from 255) = 48.21%
BLUE value IS 42 (16.80% from 255) = 25%
R=26.79%
G=48.21%
B=25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4581420.4400.480.68115.3831.7124.12
Hex2D512A2C03044732018
Octal5512152540601041634030
Binary101101101000110101010110001100001000100111001110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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