Html Css Color HEX #2B4C18 Palm Leaf

📋 copy color: '#2B4C18'

red 43 ◦ green 76 ◦ blue 24

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

Shades of Palm Leaf #2B4C18

Tints of Palm Leaf #2B4C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.78%

R = 30.07%
G = 53.15%
B = 16.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#2B4C18 (or 0x2B4C18) is known color: Palm Leaf. HEX triplet: 2B, 4C and 18. RGB value is (43,76,24). Sum of RGB (Red+Green+Blue) = 43+76+24=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4C18 is #D4B3E7. Grayscale: #3C3C3C. Windows color (decimal): -13939688 or 1592363. OLE color: 1592363.

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

Color convert

RGB 43 76 24 -
CMYK 0.43 0 0.68 0.70
HSL 98.08º 0.52% 0.2% -
HSV(B) 98.08º 0.68% 0.3% -
XYZ 3.75 5.75 1.78 -
YUV 60.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 43 76 24 0.43 0 0.68 0.70 98.08 0.52 0.2
Hex 2B 4C 18 2B 0 44 46 62 34 14
Octal 53 114 30 53 0 104 106 142 64 24
Binary 101011 1001100 11000 101011 0 1000100 1000110 1100010 110100 10100

Color Harmonies of #2B4C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4C18

Black with #2B4C18

Text Example


Text Example

White with #2B4C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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