Html Css Color HEX #2D5319 Palm Leaf

📋 copy color: '#2D5319'

red 45 ◦ green 83 ◦ blue 25

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

Shades of Palm Leaf #2D5319

Tints of Palm Leaf #2D5319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.34%

R = 29.41%
G = 54.25%
B = 16.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#2D5319 (or 0x2D5319) is known color: Palm Leaf. HEX triplet: 2D, 53 and 19. RGB value is (45,83,25). Sum of RGB (Red+Green+Blue) = 45+83+25=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5319 is #D2ACE6. Grayscale: #414141. Windows color (decimal): -13806823 or 1659693. OLE color: 1659693.

HSL color Cylindrical-coordinate representation of color #2D5319: hue angle of 99.31º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D5319 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 83 25 -
CMYK 0.46 0 0.70 0.67
HSL 99.31º 0.54% 0.21% -
HSV(B) 99.31º 0.7% 0.33% -
XYZ 4.35 6.81 2.01 -
YUV 65.03 105.41 113.72 -
System Red Green Blue C M Y K H S L
Decimal 45 83 25 0.46 0 0.70 0.67 99.31 0.54 0.21
Hex 2D 53 19 2E 0 46 43 63 36 15
Octal 55 123 31 56 0 106 103 143 66 25
Binary 101101 1010011 11001 101110 0 1000110 1000011 1100011 110110 10101

Color Harmonies of #2D5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5319

Black with #2D5319

Text Example


Text Example

White with #2D5319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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