Html Css Color HEX #2B5512 Palm Leaf

📋 copy color: '#2B5512'

red 43 ◦ green 85 ◦ blue 18

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

Shades of Palm Leaf #2B5512

Tints of Palm Leaf #2B5512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 58.22%

 BLUE value IS 18 (7.42% from 255) = 12.33%

R = 29.45%
G = 58.22%
B = 12.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#2B5512 (or 0x2B5512) is known color: Palm Leaf. HEX triplet: 2B, 55 and 12. RGB value is (43,85,18). Sum of RGB (Red+Green+Blue) = 43+85+18=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5512 is #D4AAED. Grayscale: #414141. Windows color (decimal): -13937390 or 1201451. OLE color: 1201451.

HSL color Cylindrical-coordinate representation of color #2B5512: hue angle of 97.61º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B5512 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 85 18 -
CMYK 0.49 0 0.79 0.67
HSL 97.61º 0.65% 0.2% -
HSV(B) 97.61º 0.79% 0.33% -
XYZ 4.35 7.05 1.7 -
YUV 64.8 101.59 112.45 -
System Red Green Blue C M Y K H S L
Decimal 43 85 18 0.49 0 0.79 0.67 97.61 0.65 0.2
Hex 2B 55 12 31 0 4F 43 62 41 14
Octal 53 125 22 61 0 117 103 142 101 24
Binary 101011 1010101 10010 110001 0 1001111 1000011 1100010 1000001 10100

Color Harmonies of #2B5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5512

Black with #2B5512

Text Example


Text Example

White with #2B5512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,85,18); }

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

background-color css

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

 a { background-color: rgb(43,85,18); }

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

border-color css

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

 span { border-color: rgb(43,85,18); }

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