Html Css Color HEX #2D5913 Palm Leaf

📋 copy color: '#2D5913'

red 45 ◦ green 89 ◦ blue 19

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

Shades of Palm Leaf #2D5913

Tints of Palm Leaf #2D5913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.17%

 BLUE value IS 19 (7.81% from 255) = 12.42%

R = 29.41%
G = 58.17%
B = 12.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#2D5913 (or 0x2D5913) is known color: Palm Leaf. HEX triplet: 2D, 59 and 13. RGB value is (45,89,19). Sum of RGB (Red+Green+Blue) = 45+89+19=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5913 is #D2A6EC. Grayscale: #444444. Windows color (decimal): -13805293 or 1268013. OLE color: 1268013.

HSL color Cylindrical-coordinate representation of color #2D5913: hue angle of 97.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D5913 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 89 19 -
CMYK 0.49 0 0.79 0.65
HSL 97.71º 0.65% 0.21% -
HSV(B) 97.71º 0.79% 0.35% -
XYZ 4.77 7.75 1.86 -
YUV 67.86 100.42 111.69 -
System Red Green Blue C M Y K H S L
Decimal 45 89 19 0.49 0 0.79 0.65 97.71 0.65 0.21
Hex 2D 59 13 31 0 4F 41 62 41 15
Octal 55 131 23 61 0 117 101 142 101 25
Binary 101101 1011001 10011 110001 0 1001111 1000001 1100010 1000001 10101

Color Harmonies of #2D5913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5913

Black with #2D5913

Text Example


Text Example

White with #2D5913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,89,19); }

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

background-color css

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

 a { background-color: rgb(45,89,19); }

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

border-color css

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

 span { border-color: rgb(45,89,19); }

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