Html Css Color HEX #2A461B Palm Leaf

📋 copy color: '#2A461B'

red 42 ◦ green 70 ◦ blue 27

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

Shades of Palm Leaf #2A461B

Tints of Palm Leaf #2A461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.42%

R = 30.22%
G = 50.36%
B = 19.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#2A461B (or 0x2A461B) is known color: Palm Leaf. HEX triplet: 2A, 46 and 1B. RGB value is (42,70,27). Sum of RGB (Red+Green+Blue) = 42+70+27=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #2A461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A461B is #D5B9E4. Grayscale: #383838. Windows color (decimal): -14006757 or 1787434. OLE color: 1787434.

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

Color convert

RGB 42 70 27 -
CMYK 0.40 0 0.61 0.73
HSL 99.07º 0.44% 0.19% -
HSV(B) 99.07º 0.61% 0.27% -
XYZ 3.34 4.95 1.82 -
YUV 56.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 42 70 27 0.40 0 0.61 0.73 99.07 0.44 0.19
Hex 2A 46 1B 28 0 3D 49 63 2C 13
Octal 52 106 33 50 0 75 111 143 54 23
Binary 101010 1000110 11011 101000 0 111101 1001001 1100011 101100 10011

Color Harmonies of #2A461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A461B

Black with #2A461B

Text Example


Text Example

White with #2A461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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