Html Css Color HEX #2A441D Palm Leaf

📋 copy color: '#2A441D'

red 42 ◦ green 68 ◦ blue 29

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

Shades of Palm Leaf #2A441D

Tints of Palm Leaf #2A441D

RGB

 RED value IS 42 (16.8% from 255) = 30.22%

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

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

R = 30.22%
G = 48.92%
B = 20.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#2A441D (or 0x2A441D) is known color: Palm Leaf. HEX triplet: 2A, 44 and 1D. RGB value is (42,68,29). Sum of RGB (Red+Green+Blue) = 42+68+29=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #2A441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A441D is #D5BBE2. Grayscale: #373737. Windows color (decimal): -14007267 or 1917994. OLE color: 1917994.

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

Color convert

RGB 42 68 29 -
CMYK 0.38 0 0.57 0.73
HSL 100º 0.4% 0.19% -
HSV(B) 100º 0.57% 0.27% -
XYZ 3.24 4.72 1.9 -
YUV 55.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 42 68 29 0.38 0 0.57 0.73 100 0.4 0.19
Hex 2A 44 1D 26 0 39 49 64 28 13
Octal 52 104 35 46 0 71 111 144 50 23
Binary 101010 1000100 11101 100110 0 111001 1001001 1100100 101000 10011

Color Harmonies of #2A441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A441D

Black with #2A441D

Text Example


Text Example

White with #2A441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,68,29); }

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

background-color css

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

 a { background-color: rgb(42,68,29); }

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

border-color css

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

 span { border-color: rgb(42,68,29); }

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