Html Css Color HEX #2D4629 Palm Leaf

📋 copy color: '#2D4629'

red 45 ◦ green 70 ◦ blue 41

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

Shades of Palm Leaf #2D4629

Tints of Palm Leaf #2D4629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.87%

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

R = 28.85%
G = 44.87%
B = 26.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#2D4629 (or 0x2D4629) is known color: Palm Leaf. HEX triplet: 2D, 46 and 29. RGB value is (45,70,41). Sum of RGB (Red+Green+Blue) = 45+70+41=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #2D4629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4629 is #D2B9D6. Grayscale: #3B3B3B. Windows color (decimal): -13810135 or 2704941. OLE color: 2704941.

HSL color Cylindrical-coordinate representation of color #2D4629: hue angle of 111.72º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2D4629 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 45 70 41 -
CMYK 0.36 0 0.41 0.73
HSL 111.72º 0.26% 0.22% -
HSV(B) 111.72º 0.41% 0.27% -
XYZ 3.67 5.1 2.89 -
YUV 59.22 117.72 117.86 -
System Red Green Blue C M Y K H S L
Decimal 45 70 41 0.36 0 0.41 0.73 111.72 0.26 0.22
Hex 2D 46 29 24 0 29 49 70 1A 16
Octal 55 106 51 44 0 51 111 160 32 26
Binary 101101 1000110 101001 100100 0 101001 1001001 1110000 11010 10110

Color Harmonies of #2D4629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4629

Black with #2D4629

Text Example


Text Example

White with #2D4629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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