Html Css Color HEX #2D4C29 Palm Leaf

📋 copy color: '#2D4C29'

red 45 ◦ green 76 ◦ blue 41

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

Shades of Palm Leaf #2D4C29

Tints of Palm Leaf #2D4C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.91%

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

R = 27.78%
G = 46.91%
B = 25.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#2D4C29 (or 0x2D4C29) is known color: Palm Leaf. HEX triplet: 2D, 4C and 29. RGB value is (45,76,41). Sum of RGB (Red+Green+Blue) = 45+76+41=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #2D4C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4C29 is #D2B3D6. Grayscale: #3E3E3E. Windows color (decimal): -13808599 or 2706477. OLE color: 2706477.

HSL color Cylindrical-coordinate representation of color #2D4C29: hue angle of 113.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D4C29 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB 45 76 41 -
CMYK 0.41 0 0.46 0.70
HSL 113.14º 0.3% 0.23% -
HSV(B) 113.14º 0.46% 0.3% -
XYZ 4.07 5.89 3.02 -
YUV 62.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 45 76 41 0.41 0 0.46 0.70 113.14 0.3 0.23
Hex 2D 4C 29 29 0 2E 46 71 1E 17
Octal 55 114 51 51 0 56 106 161 36 27
Binary 101101 1001100 101001 101001 0 101110 1000110 1110001 11110 10111

Color Harmonies of #2D4C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4C29

Black with #2D4C29

Text Example


Text Example

White with #2D4C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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