Html Css Color HEX #2B461C Palm Leaf

📋 copy color: '#2B461C'

red 43 ◦ green 70 ◦ blue 28

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

Shades of Palm Leaf #2B461C

Tints of Palm Leaf #2B461C

RGB

 RED value IS 43 (17.19% from 255) = 30.5%

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

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 30.5%
G = 49.65%
B = 19.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#2B461C (or 0x2B461C) is known color: Palm Leaf. HEX triplet: 2B, 46 and 1C. RGB value is (43,70,28). Sum of RGB (Red+Green+Blue) = 43+70+28=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #2B461C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B461C is #D4B9E3. Grayscale: #393939. Windows color (decimal): -13941220 or 1852971. OLE color: 1852971.

HSL color Cylindrical-coordinate representation of color #2B461C: hue angle of 98.57º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B461C is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 70 28 -
CMYK 0.39 0 0.60 0.73
HSL 98.57º 0.43% 0.19% -
HSV(B) 98.57º 0.6% 0.27% -
XYZ 3.4 4.98 1.88 -
YUV 57.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 43 70 28 0.39 0 0.60 0.73 98.57 0.43 0.19
Hex 2B 46 1C 27 0 3C 49 63 2B 13
Octal 53 106 34 47 0 74 111 143 53 23
Binary 101011 1000110 11100 100111 0 111100 1001001 1100011 101011 10011

Color Harmonies of #2B461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B461C

Black with #2B461C

Text Example


Text Example

White with #2B461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,70,28); }

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

background-color css

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

 a { background-color: rgb(43,70,28); }

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

border-color css

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

 span { border-color: rgb(43,70,28); }

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