Html Css Color HEX #2B481E Palm Leaf

📋 copy color: '#2B481E'

red 43 ◦ green 72 ◦ blue 30

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

Shades of Palm Leaf #2B481E

Tints of Palm Leaf #2B481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.66%

 BLUE value IS 30 (12.11% from 255) = 20.69%

R = 29.66%
G = 49.66%
B = 20.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#2B481E (or 0x2B481E) is known color: Palm Leaf. HEX triplet: 2B, 48 and 1E. RGB value is (43,72,30). Sum of RGB (Red+Green+Blue) = 43+72+30=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #2B481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B481E is #D4B7E1. Grayscale: #3A3A3A. Windows color (decimal): -13940706 or 1984555. OLE color: 1984555.

HSL color Cylindrical-coordinate representation of color #2B481E: hue angle of 101.43º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B481E is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 72 30 -
CMYK 0.40 0 0.58 0.72
HSL 101.43º 0.41% 0.2% -
HSV(B) 101.43º 0.58% 0.28% -
XYZ 3.55 5.24 2.05 -
YUV 58.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 43 72 30 0.40 0 0.58 0.72 101.43 0.41 0.2
Hex 2B 48 1E 28 0 3A 48 65 29 14
Octal 53 110 36 50 0 72 110 145 51 24
Binary 101011 1001000 11110 101000 0 111010 1001000 1100101 101001 10100

Color Harmonies of #2B481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B481E

Black with #2B481E

Text Example


Text Example

White with #2B481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,72,30); }

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

background-color css

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

 a { background-color: rgb(43,72,30); }

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

border-color css

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

 span { border-color: rgb(43,72,30); }

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