Html Css Color HEX #2D5221 Palm Leaf

📋 copy color: '#2D5221'

red 45 ◦ green 82 ◦ blue 33

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

Shades of Palm Leaf #2D5221

Tints of Palm Leaf #2D5221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.63%

R = 28.13%
G = 51.25%
B = 20.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#2D5221 (or 0x2D5221) is known color: Palm Leaf. HEX triplet: 2D, 52 and 21. RGB value is (45,82,33). Sum of RGB (Red+Green+Blue) = 45+82+33=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5221 is #D2ADDE. Grayscale: #414141. Windows color (decimal): -13807071 or 2183725. OLE color: 2183725.

HSL color Cylindrical-coordinate representation of color #2D5221: hue angle of 105.31º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D5221 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 45 82 33 -
CMYK 0.45 0 0.60 0.68
HSL 105.31º 0.43% 0.23% -
HSV(B) 105.31º 0.6% 0.32% -
XYZ 4.37 6.7 2.5 -
YUV 65.35 109.74 113.48 -
System Red Green Blue C M Y K H S L
Decimal 45 82 33 0.45 0 0.60 0.68 105.31 0.43 0.23
Hex 2D 52 21 2D 0 3C 44 69 2B 17
Octal 55 122 41 55 0 74 104 151 53 27
Binary 101101 1010010 100001 101101 0 111100 1000100 1101001 101011 10111

Color Harmonies of #2D5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5221

Black with #2D5221

Text Example


Text Example

White with #2D5221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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