Html Css Color HEX #2D471D Palm Leaf

📋 copy color: '#2D471D'

red 45 ◦ green 71 ◦ blue 29

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

Shades of Palm Leaf #2D471D

Tints of Palm Leaf #2D471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

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

R = 31.03%
G = 48.97%
B = 20%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#2D471D (or 0x2D471D) is known color: Palm Leaf. HEX triplet: 2D, 47 and 1D. RGB value is (45,71,29). Sum of RGB (Red+Green+Blue) = 45+71+29=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #2D471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D471D is #D2B8E2. Grayscale: #3A3A3A. Windows color (decimal): -13809891 or 1918765. OLE color: 1918765.

HSL color Cylindrical-coordinate representation of color #2D471D: hue angle of 97.14º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D471D is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 45 71 29 -
CMYK 0.37 0 0.59 0.72
HSL 97.14º 0.42% 0.2% -
HSV(B) 97.14º 0.59% 0.28% -
XYZ 3.56 5.15 1.97 -
YUV 58.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 45 71 29 0.37 0 0.59 0.72 97.14 0.42 0.2
Hex 2D 47 1D 25 0 3B 48 61 2A 14
Octal 55 107 35 45 0 73 110 141 52 24
Binary 101101 1000111 11101 100101 0 111011 1001000 1100001 101010 10100

Color Harmonies of #2D471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D471D

Black with #2D471D

Text Example


Text Example

White with #2D471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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