Html Css Color HEX #2D591D Palm Leaf

📋 copy color: '#2D591D'

red 45 ◦ green 89 ◦ blue 29

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

Shades of Palm Leaf #2D591D

Tints of Palm Leaf #2D591D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.6%

 BLUE value IS 29 (11.72% from 255) = 17.79%

R = 27.61%
G = 54.6%
B = 17.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#2D591D (or 0x2D591D) is known color: Palm Leaf. HEX triplet: 2D, 59 and 1D. RGB value is (45,89,29). Sum of RGB (Red+Green+Blue) = 45+89+29=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #2D591D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D591D is #D2A6E2. Grayscale: #454545. Windows color (decimal): -13805283 or 1923373. OLE color: 1923373.

HSL color Cylindrical-coordinate representation of color #2D591D: hue angle of 104º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D591D is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 89 29 -
CMYK 0.49 0 0.67 0.65
HSL 104º 0.51% 0.23% -
HSV(B) 104º 0.67% 0.35% -
XYZ 4.88 7.79 2.41 -
YUV 69 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 45 89 29 0.49 0 0.67 0.65 104 0.51 0.23
Hex 2D 59 1D 31 0 43 41 68 33 17
Octal 55 131 35 61 0 103 101 150 63 27
Binary 101101 1011001 11101 110001 0 1000011 1000001 1101000 110011 10111

Color Harmonies of #2D591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D591D

Black with #2D591D

Text Example


Text Example

White with #2D591D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,89,29); }

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

background-color css

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

 a { background-color: rgb(45,89,29); }

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

border-color css

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

 span { border-color: rgb(45,89,29); }

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