Html Css Color HEX #2B5D14 Palm Leaf

📋 copy color: '#2B5D14'

red 43 ◦ green 93 ◦ blue 20

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

Shades of Palm Leaf #2B5D14

Tints of Palm Leaf #2B5D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 59.62%

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

R = 27.56%
G = 59.62%
B = 12.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#2B5D14 (or 0x2B5D14) is known color: Palm Leaf. HEX triplet: 2B, 5D and 14. RGB value is (43,93,20). Sum of RGB (Red+Green+Blue) = 43+93+20=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 93 (36.72% from 255 or 59.62% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5D14 is #D4A2EB. Grayscale: #454545. Windows color (decimal): -13935340 or 1334571. OLE color: 1334571.

HSL color Cylindrical-coordinate representation of color #2B5D14: hue angle of 101.1º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B5D14 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 43 93 20 -
CMYK 0.54 0 0.78 0.64
HSL 101.1º 0.65% 0.22% -
HSV(B) 101.1º 0.78% 0.36% -
XYZ 5.04 8.39 2.02 -
YUV 69.73 99.94 108.94 -
System Red Green Blue C M Y K H S L
Decimal 43 93 20 0.54 0 0.78 0.64 101.1 0.65 0.22
Hex 2B 5D 14 36 0 4E 40 65 41 16
Octal 53 135 24 66 0 116 100 145 101 26
Binary 101011 1011101 10100 110110 0 1001110 1000000 1100101 1000001 10110

Color Harmonies of #2B5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5D14

Black with #2B5D14

Text Example


Text Example

White with #2B5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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