#2D5D14

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

Shades of Palm Leaf #2D5D14

Tints of Palm Leaf #2D5D14

Color information

#2D5D14 (or 0x2D5D14) is unknown color: approx Palm Leaf. HEX triplet: 2D, 5D and 14. RGB value is (45,93,20). Sum of RGB (Red+Green+Blue) = 45+93+20=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 93 (36.72% from 255 or 58.86% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 93 - color contains mainly: green. Hex color #2D5D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5D14 is #D2A2EB. Grayscale: #464646. Windows color (decimal): -13804268 or 1334573. OLE color: 1334573.

HSL color Cylindrical-coordinate representation of color #2D5D14: hue angle of 99.45º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D5D14 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB459320-
CMYK0.5200.780.64
HSL99.45º64.6%22.16%-
HSV(B)99.45º78.49%36.47%-
XYZ5.128.442.02-
YUV70.3399.6109.94-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.48%
GREEN value IS 93 (36.72% from 255) = 58.86%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=28.48%
G=58.86%
B=12.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4593200.5200.780.6499.4564.622.16
Hex2D5D143404E40634116
Octal551352464011610014310126
Binary1011011011101101001101000100111010000001100011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,93,20); }

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

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

 a { background-color: rgb(45,93,20); }

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

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

 span { border-color: rgb(45,93,20); }

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