Html Css Color HEX #2B5014 Palm Leaf

📋 copy color: '#2B5014'

red 43 ◦ green 80 ◦ blue 20

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

Shades of Palm Leaf #2B5014

Tints of Palm Leaf #2B5014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 55.94%

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 30.07%
G = 55.94%
B = 13.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#2B5014 (or 0x2B5014) is known color: Palm Leaf. HEX triplet: 2B, 50 and 14. RGB value is (43,80,20). Sum of RGB (Red+Green+Blue) = 43+80+20=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5014 is #D4AFEB. Grayscale: #3E3E3E. Windows color (decimal): -13938668 or 1331243. OLE color: 1331243.

HSL color Cylindrical-coordinate representation of color #2B5014: hue angle of 97º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B5014 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 43 80 20 -
CMYK 0.46 0 0.75 0.69
HSL 97º 0.6% 0.2% -
HSV(B) 97º 0.75% 0.31% -
XYZ 3.99 6.3 1.67 -
YUV 62.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 43 80 20 0.46 0 0.75 0.69 97 0.6 0.2
Hex 2B 50 14 2E 0 4B 45 61 3C 14
Octal 53 120 24 56 0 113 105 141 74 24
Binary 101011 1010000 10100 101110 0 1001011 1000101 1100001 111100 10100

Color Harmonies of #2B5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5014

Black with #2B5014

Text Example


Text Example

White with #2B5014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,80,20); }

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

background-color css

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

 a { background-color: rgb(43,80,20); }

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

border-color css

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

 span { border-color: rgb(43,80,20); }

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