Html Css Color HEX #2D5429 Palm Leaf

📋 copy color: '#2D5429'

red 45 ◦ green 84 ◦ blue 41

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

Shades of Palm Leaf #2D5429

Tints of Palm Leaf #2D5429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.41%

 BLUE value IS 41 (16.41% from 255) = 24.12%

R = 26.47%
G = 49.41%
B = 24.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#2D5429 (or 0x2D5429) is known color: Palm Leaf. HEX triplet: 2D, 54 and 29. RGB value is (45,84,41). Sum of RGB (Red+Green+Blue) = 45+84+41=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5429 is #D2ABD6. Grayscale: #434343. Windows color (decimal): -13806551 or 2708525. OLE color: 2708525.

HSL color Cylindrical-coordinate representation of color #2D5429: hue angle of 114.42º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D5429 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 84 41 -
CMYK 0.46 0 0.51 0.67
HSL 114.42º 0.34% 0.25% -
HSV(B) 114.42º 0.51% 0.33% -
XYZ 4.65 7.06 3.22 -
YUV 67.44 113.08 112 -
System Red Green Blue C M Y K H S L
Decimal 45 84 41 0.46 0 0.51 0.67 114.42 0.34 0.25
Hex 2D 54 29 2E 0 33 43 72 22 19
Octal 55 124 51 56 0 63 103 162 42 31
Binary 101101 1010100 101001 101110 0 110011 1000011 1110010 100010 11001

Color Harmonies of #2D5429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5429

Black with #2D5429

Text Example


Text Example

White with #2D5429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,84,41); }

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

background-color css

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

 a { background-color: rgb(45,84,41); }

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

border-color css

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

 span { border-color: rgb(45,84,41); }

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