Html Css Color HEX #2B5419 Palm Leaf

📋 copy color: '#2B5419'

red 43 ◦ green 84 ◦ blue 25

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

Shades of Palm Leaf #2B5419

Tints of Palm Leaf #2B5419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 55.26%

 BLUE value IS 25 (10.16% from 255) = 16.45%

R = 28.29%
G = 55.26%
B = 16.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#2B5419 (or 0x2B5419) is known color: Palm Leaf. HEX triplet: 2B, 54 and 19. RGB value is (43,84,25). Sum of RGB (Red+Green+Blue) = 43+84+25=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5419 is #D4ABE6. Grayscale: #414141. Windows color (decimal): -13937639 or 1659947. OLE color: 1659947.

HSL color Cylindrical-coordinate representation of color #2B5419: hue angle of 101.69º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B5419 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 84 25 -
CMYK 0.49 0 0.70 0.67
HSL 101.69º 0.54% 0.21% -
HSV(B) 101.69º 0.7% 0.33% -
XYZ 4.34 6.92 2.03 -
YUV 65.02 105.42 112.3 -
System Red Green Blue C M Y K H S L
Decimal 43 84 25 0.49 0 0.70 0.67 101.69 0.54 0.21
Hex 2B 54 19 31 0 46 43 66 36 15
Octal 53 124 31 61 0 106 103 146 66 25
Binary 101011 1010100 11001 110001 0 1000110 1000011 1100110 110110 10101

Color Harmonies of #2B5419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5419

Black with #2B5419

Text Example


Text Example

White with #2B5419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,84,25); }

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

background-color css

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

 a { background-color: rgb(43,84,25); }

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

border-color css

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

 span { border-color: rgb(43,84,25); }

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