Html Css Color HEX #2B441E Palm Leaf

📋 copy color: '#2B441E'

red 43 ◦ green 68 ◦ blue 30

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

Shades of Palm Leaf #2B441E

Tints of Palm Leaf #2B441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

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

R = 30.5%
G = 48.23%
B = 21.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#2B441E (or 0x2B441E) is known color: Palm Leaf. HEX triplet: 2B, 44 and 1E. RGB value is (43,68,30). Sum of RGB (Red+Green+Blue) = 43+68+30=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #2B441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B441E is #D4BBE1. Grayscale: #383838. Windows color (decimal): -13941730 or 1983531. OLE color: 1983531.

HSL color Cylindrical-coordinate representation of color #2B441E: hue angle of 99.47º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B441E is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 68 30 -
CMYK 0.37 0 0.56 0.73
HSL 99.47º 0.39% 0.19% -
HSV(B) 99.47º 0.56% 0.27% -
XYZ 3.3 4.74 1.97 -
YUV 56.19 113.22 118.59 -
System Red Green Blue C M Y K H S L
Decimal 43 68 30 0.37 0 0.56 0.73 99.47 0.39 0.19
Hex 2B 44 1E 25 0 38 49 63 27 13
Octal 53 104 36 45 0 70 111 143 47 23
Binary 101011 1000100 11110 100101 0 111000 1001001 1100011 100111 10011

Color Harmonies of #2B441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B441E

Black with #2B441E

Text Example


Text Example

White with #2B441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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