Html Css Color HEX #2D5620 Palm Leaf

📋 copy color: '#2D5620'

red 45 ◦ green 86 ◦ blue 32

#2D5620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #2D5620

Tints of Palm Leaf #2D5620

RGB

 RED value IS 45 (17.97% from 255) = 27.61%

 GREEN value IS 86 (33.98% from 255) = 52.76%

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 27.61%
G = 52.76%
B = 19.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#2D5620 (or 0x2D5620) is known color: Palm Leaf. HEX triplet: 2D, 56 and 20. RGB value is (45,86,32). Sum of RGB (Red+Green+Blue) = 45+86+32=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #2D5620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5620 is #D2A9DF. Grayscale: #434343. Windows color (decimal): -13806048 or 2119213. OLE color: 2119213.

HSL color Cylindrical-coordinate representation of color #2D5620: hue angle of 105.56º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D5620 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 45 86 32 -
CMYK 0.48 0 0.63 0.66
HSL 105.56º 0.46% 0.23% -
HSV(B) 105.56º 0.63% 0.34% -
XYZ 4.67 7.32 2.53 -
YUV 67.59 107.92 111.89 -
System Red Green Blue C M Y K H S L
Decimal 45 86 32 0.48 0 0.63 0.66 105.56 0.46 0.23
Hex 2D 56 20 30 0 3F 42 6A 2E 17
Octal 55 126 40 60 0 77 102 152 56 27
Binary 101101 1010110 100000 110000 0 111111 1000010 1101010 101110 10111

Color Harmonies of #2D5620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5620

Black with #2D5620

Text Example


Text Example

White with #2D5620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,86,32); }

 H1.HeaderClassName
 {
   color: #2D5620;
 }
 .AnyTagClassName
 {
   color: #2D5620;
 }
</style>

background-color css

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

 a { background-color: rgb(45,86,32); }

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

border-color css

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

 span { border-color: rgb(45,86,32); }

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