Html Css Color HEX #2D5420 Palm Leaf

📋 copy color: '#2D5420'

red 45 ◦ green 84 ◦ blue 32

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

Shades of Palm Leaf #2D5420

Tints of Palm Leaf #2D5420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.88%

R = 27.95%
G = 52.17%
B = 19.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#2D5420 (or 0x2D5420) is known color: Palm Leaf. HEX triplet: 2D, 54 and 20. RGB value is (45,84,32). Sum of RGB (Red+Green+Blue) = 45+84+32=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5420 is #D2ABDF. Grayscale: #424242. Windows color (decimal): -13806560 or 2118701. OLE color: 2118701.

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

Color convert

RGB 45 84 32 -
CMYK 0.46 0 0.62 0.67
HSL 105º 0.45% 0.23% -
HSV(B) 105º 0.62% 0.33% -
XYZ 4.51 7 2.48 -
YUV 66.41 108.58 112.73 -
System Red Green Blue C M Y K H S L
Decimal 45 84 32 0.46 0 0.62 0.67 105 0.45 0.23
Hex 2D 54 20 2E 0 3E 43 69 2D 17
Octal 55 124 40 56 0 76 103 151 55 27
Binary 101101 1010100 100000 101110 0 111110 1000011 1101001 101101 10111

Color Harmonies of #2D5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5420

Black with #2D5420

Text Example


Text Example

White with #2D5420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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