Html Css Color HEX #2B4623 Palm Leaf

📋 copy color: '#2B4623'

red 43 ◦ green 70 ◦ blue 35

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

Shades of Palm Leaf #2B4623

Tints of Palm Leaf #2B4623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.65%

R = 29.05%
G = 47.3%
B = 23.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#2B4623 (or 0x2B4623) is known color: Palm Leaf. HEX triplet: 2B, 46 and 23. RGB value is (43,70,35). Sum of RGB (Red+Green+Blue) = 43+70+35=148 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.05% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #2B4623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4623 is #D4B9DC. Grayscale: #3A3A3A. Windows color (decimal): -13941213 or 2311723. OLE color: 2311723.

HSL color Cylindrical-coordinate representation of color #2B4623: hue angle of 106.29º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B4623 is Cyan = 0.39, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 70 35 -
CMYK 0.39 0 0.5 0.73
HSL 106.29º 0.33% 0.21% -
HSV(B) 106.29º 0.5% 0.27% -
XYZ 3.49 5.02 2.37 -
YUV 57.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 43 70 35 0.39 0 0.5 0.73 106.29 0.33 0.21
Hex 2B 46 23 27 0 32 49 6A 21 15
Octal 53 106 43 47 0 62 111 152 41 25
Binary 101011 1000110 100011 100111 0 110010 1001001 1101010 100001 10101

Color Harmonies of #2B4623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4623

Black with #2B4623

Text Example


Text Example

White with #2B4623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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