Html Css Color HEX #2B4C1C Palm Leaf

📋 copy color: '#2B4C1C'

red 43 ◦ green 76 ◦ blue 28

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

Shades of Palm Leaf #2B4C1C

Tints of Palm Leaf #2B4C1C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.7%

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

R = 29.25%
G = 51.7%
B = 19.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.63

 K value IS 0.70

RGB Variations

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

Color information

#2B4C1C (or 0x2B4C1C) is known color: Palm Leaf. HEX triplet: 2B, 4C and 1C. RGB value is (43,76,28). Sum of RGB (Red+Green+Blue) = 43+76+28=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4C1C is #D4B3E3. Grayscale: #3C3C3C. Windows color (decimal): -13939684 or 1854507. OLE color: 1854507.

HSL color Cylindrical-coordinate representation of color #2B4C1C: hue angle of 101.25º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B4C1C is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB 43 76 28 -
CMYK 0.43 0 0.63 0.70
HSL 101.25º 0.46% 0.2% -
HSV(B) 101.25º 0.63% 0.3% -
XYZ 3.79 5.77 2.01 -
YUV 60.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 43 76 28 0.43 0 0.63 0.70 101.25 0.46 0.2
Hex 2B 4C 1C 2B 0 3F 46 65 2E 14
Octal 53 114 34 53 0 77 106 145 56 24
Binary 101011 1001100 11100 101011 0 111111 1000110 1100101 101110 10100

Color Harmonies of #2B4C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4C1C

Black with #2B4C1C

Text Example


Text Example

White with #2B4C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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