Html Css Color HEX #2D491D Palm Leaf

📋 copy color: '#2D491D'

red 45 ◦ green 73 ◦ blue 29

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

Shades of Palm Leaf #2D491D

Tints of Palm Leaf #2D491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 49.66%

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 30.61%
G = 49.66%
B = 19.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#2D491D (or 0x2D491D) is known color: Palm Leaf. HEX triplet: 2D, 49 and 1D. RGB value is (45,73,29). Sum of RGB (Red+Green+Blue) = 45+73+29=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #2D491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D491D is #D2B6E2. Grayscale: #3B3B3B. Windows color (decimal): -13809379 or 1919277. OLE color: 1919277.

HSL color Cylindrical-coordinate representation of color #2D491D: hue angle of 98.18º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D491D is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 73 29 -
CMYK 0.38 0 0.60 0.71
HSL 98.18º 0.43% 0.2% -
HSV(B) 98.18º 0.6% 0.29% -
XYZ 3.69 5.41 2.01 -
YUV 59.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 45 73 29 0.38 0 0.60 0.71 98.18 0.43 0.2
Hex 2D 49 1D 26 0 3C 47 62 2B 14
Octal 55 111 35 46 0 74 107 142 53 24
Binary 101101 1001001 11101 100110 0 111100 1000111 1100010 101011 10100

Color Harmonies of #2D491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D491D

Black with #2D491D

Text Example


Text Example

White with #2D491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,73,29); }

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

background-color css

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

 a { background-color: rgb(45,73,29); }

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

border-color css

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

 span { border-color: rgb(45,73,29); }

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