Html Css Color HEX #2D521D Palm Leaf

📋 copy color: '#2D521D'

red 45 ◦ green 82 ◦ blue 29

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

Shades of Palm Leaf #2D521D

Tints of Palm Leaf #2D521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.56%

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

R = 28.85%
G = 52.56%
B = 18.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#2D521D (or 0x2D521D) is known color: Palm Leaf. HEX triplet: 2D, 52 and 1D. RGB value is (45,82,29). Sum of RGB (Red+Green+Blue) = 45+82+29=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #2D521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D521D is #D2ADE2. Grayscale: #414141. Windows color (decimal): -13807075 or 1921581. OLE color: 1921581.

HSL color Cylindrical-coordinate representation of color #2D521D: hue angle of 101.89º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D521D is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 45 82 29 -
CMYK 0.45 0 0.65 0.68
HSL 101.89º 0.48% 0.22% -
HSV(B) 101.89º 0.65% 0.32% -
XYZ 4.32 6.68 2.22 -
YUV 64.9 107.74 113.81 -
System Red Green Blue C M Y K H S L
Decimal 45 82 29 0.45 0 0.65 0.68 101.89 0.48 0.22
Hex 2D 52 1D 2D 0 41 44 66 30 16
Octal 55 122 35 55 0 101 104 146 60 26
Binary 101101 1010010 11101 101101 0 1000001 1000100 1100110 110000 10110

Color Harmonies of #2D521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D521D

Black with #2D521D

Text Example


Text Example

White with #2D521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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