Html Css Color HEX #2A461D Palm Leaf

📋 copy color: '#2A461D'

red 42 ◦ green 70 ◦ blue 29

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

Shades of Palm Leaf #2A461D

Tints of Palm Leaf #2A461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 49.65%

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

R = 29.79%
G = 49.65%
B = 20.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#2A461D (or 0x2A461D) is known color: Palm Leaf. HEX triplet: 2A, 46 and 1D. RGB value is (42,70,29). Sum of RGB (Red+Green+Blue) = 42+70+29=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #2A461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A461D is #D5B9E2. Grayscale: #393939. Windows color (decimal): -14006755 or 1918506. OLE color: 1918506.

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

Color convert

RGB 42 70 29 -
CMYK 0.40 0 0.59 0.73
HSL 100.98º 0.41% 0.19% -
HSV(B) 100.98º 0.59% 0.27% -
XYZ 3.37 4.96 1.94 -
YUV 56.95 112.22 117.33 -
System Red Green Blue C M Y K H S L
Decimal 42 70 29 0.40 0 0.59 0.73 100.98 0.41 0.19
Hex 2A 46 1D 28 0 3B 49 65 29 13
Octal 52 106 35 50 0 73 111 145 51 23
Binary 101010 1000110 11101 101000 0 111011 1001001 1100101 101001 10011

Color Harmonies of #2A461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A461D

Black with #2A461D

Text Example


Text Example

White with #2A461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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