Html Css Color HEX #2D5029 Palm Leaf

📋 copy color: '#2D5029'

red 45 ◦ green 80 ◦ blue 41

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

Shades of Palm Leaf #2D5029

Tints of Palm Leaf #2D5029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.19%

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

R = 27.11%
G = 48.19%
B = 24.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#2D5029 (or 0x2D5029) is known color: Palm Leaf. HEX triplet: 2D, 50 and 29. RGB value is (45,80,41). Sum of RGB (Red+Green+Blue) = 45+80+41=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #2D5029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5029 is #D2AFD6. Grayscale: #414141. Windows color (decimal): -13807575 or 2707501. OLE color: 2707501.

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

Color convert

RGB 45 80 41 -
CMYK 0.44 0 0.49 0.69
HSL 113.85º 0.32% 0.24% -
HSV(B) 113.85º 0.49% 0.31% -
XYZ 4.35 6.46 3.11 -
YUV 65.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 45 80 41 0.44 0 0.49 0.69 113.85 0.32 0.24
Hex 2D 50 29 2C 0 31 45 72 20 18
Octal 55 120 51 54 0 61 105 162 40 30
Binary 101101 1010000 101001 101100 0 110001 1000101 1110010 100000 11000

Color Harmonies of #2D5029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5029

Black with #2D5029

Text Example


Text Example

White with #2D5029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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