Html Css Color HEX #2B5A13 Palm Leaf

📋 copy color: '#2B5A13'

red 43 ◦ green 90 ◦ blue 19

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

Shades of Palm Leaf #2B5A13

Tints of Palm Leaf #2B5A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 59.21%

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

R = 28.29%
G = 59.21%
B = 12.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#2B5A13 (or 0x2B5A13) is known color: Palm Leaf. HEX triplet: 2B, 5A and 13. RGB value is (43,90,19). Sum of RGB (Red+Green+Blue) = 43+90+19=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5A13 is #D4A5EC. Grayscale: #444444. Windows color (decimal): -13936109 or 1268267. OLE color: 1268267.

HSL color Cylindrical-coordinate representation of color #2B5A13: hue angle of 99.72º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B5A13 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 90 19 -
CMYK 0.52 0 0.79 0.65
HSL 99.72º 0.65% 0.21% -
HSV(B) 99.72º 0.79% 0.35% -
XYZ 4.77 7.87 1.88 -
YUV 67.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 43 90 19 0.52 0 0.79 0.65 99.72 0.65 0.21
Hex 2B 5A 13 34 0 4F 41 64 41 15
Octal 53 132 23 64 0 117 101 144 101 25
Binary 101011 1011010 10011 110100 0 1001111 1000001 1100100 1000001 10101

Color Harmonies of #2B5A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A13

Black with #2B5A13

Text Example


Text Example

White with #2B5A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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