Html Css Color HEX #2D5315 Palm Leaf

📋 copy color: '#2D5315'

red 45 ◦ green 83 ◦ blue 21

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

Shades of Palm Leaf #2D5315

Tints of Palm Leaf #2D5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 55.7%

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 30.2%
G = 55.7%
B = 14.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#2D5315 (or 0x2D5315) is known color: Palm Leaf. HEX triplet: 2D, 53 and 15. RGB value is (45,83,21). Sum of RGB (Red+Green+Blue) = 45+83+21=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5315 is #D2ACEA. Grayscale: #404040. Windows color (decimal): -13806827 or 1397549. OLE color: 1397549.

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

Color convert

RGB 45 83 21 -
CMYK 0.46 0 0.75 0.67
HSL 96.77º 0.6% 0.2% -
HSV(B) 96.77º 0.75% 0.33% -
XYZ 4.31 6.8 1.79 -
YUV 64.57 103.41 114.04 -
System Red Green Blue C M Y K H S L
Decimal 45 83 21 0.46 0 0.75 0.67 96.77 0.6 0.2
Hex 2D 53 15 2E 0 4B 43 61 3C 14
Octal 55 123 25 56 0 113 103 141 74 24
Binary 101101 1010011 10101 101110 0 1001011 1000011 1100001 111100 10100

Color Harmonies of #2D5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5315

Black with #2D5315

Text Example


Text Example

White with #2D5315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,83,21); }

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

background-color css

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

 a { background-color: rgb(45,83,21); }

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

border-color css

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

 span { border-color: rgb(45,83,21); }

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