Html Css Color HEX #2B6013 Palm Leaf

📋 copy color: '#2B6013'

red 43 ◦ green 96 ◦ blue 19

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

Shades of Palm Leaf #2B6013

Tints of Palm Leaf #2B6013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60.76%

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 27.22%
G = 60.76%
B = 12.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#2B6013 (or 0x2B6013) is known color: Palm Leaf. HEX triplet: 2B, 60 and 13. RGB value is (43,96,19). Sum of RGB (Red+Green+Blue) = 43+96+19=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6013 is #D49FEC. Grayscale: #474747. Windows color (decimal): -13934573 or 1269803. OLE color: 1269803.

HSL color Cylindrical-coordinate representation of color #2B6013: hue angle of 101.3º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B6013 is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 96 19 -
CMYK 0.55 0 0.80 0.62
HSL 101.3º 0.67% 0.23% -
HSV(B) 101.3º 0.8% 0.38% -
XYZ 5.3 8.93 2.06 -
YUV 71.38 98.44 107.76 -
System Red Green Blue C M Y K H S L
Decimal 43 96 19 0.55 0 0.80 0.62 101.3 0.67 0.23
Hex 2B 60 13 37 0 50 3E 65 43 17
Octal 53 140 23 67 0 120 76 145 103 27
Binary 101011 1100000 10011 110111 0 1010000 111110 1100101 1000011 10111

Color Harmonies of #2B6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6013

Black with #2B6013

Text Example


Text Example

White with #2B6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,96,19); }

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

background-color css

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

 a { background-color: rgb(43,96,19); }

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

border-color css

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

 span { border-color: rgb(43,96,19); }

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