Html Css Color HEX #2D441F Palm Leaf

📋 copy color: '#2D441F'

red 45 ◦ green 68 ◦ blue 31

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

Shades of Palm Leaf #2D441F

Tints of Palm Leaf #2D441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.22%

 BLUE value IS 31 (12.5% from 255) = 21.53%

R = 31.25%
G = 47.22%
B = 21.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#2D441F (or 0x2D441F) is known color: Palm Leaf. HEX triplet: 2D, 44 and 1F. RGB value is (45,68,31). Sum of RGB (Red+Green+Blue) = 45+68+31=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #2D441F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D441F is #D2BBE0. Grayscale: #393939. Windows color (decimal): -13810657 or 2049069. OLE color: 2049069.

HSL color Cylindrical-coordinate representation of color #2D441F: hue angle of 97.3º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D441F is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 45 68 31 -
CMYK 0.34 0 0.54 0.73
HSL 97.3º 0.37% 0.19% -
HSV(B) 97.3º 0.54% 0.27% -
XYZ 3.4 4.79 2.04 -
YUV 56.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 45 68 31 0.34 0 0.54 0.73 97.3 0.37 0.19
Hex 2D 44 1F 22 0 36 49 61 25 13
Octal 55 104 37 42 0 66 111 141 45 23
Binary 101101 1000100 11111 100010 0 110110 1001001 1100001 100101 10011

Color Harmonies of #2D441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D441F

Black with #2D441F

Text Example


Text Example

White with #2D441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,68,31); }

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

background-color css

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

 a { background-color: rgb(45,68,31); }

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

border-color css

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

 span { border-color: rgb(45,68,31); }

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