Html Css Color HEX #2F4329 Palm Leaf

📋 copy color: '#2F4329'

red 47 ◦ green 67 ◦ blue 41

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

Shades of Palm Leaf #2F4329

Tints of Palm Leaf #2F4329

RGB

 RED value IS 47 (18.75% from 255) = 30.32%

 GREEN value IS 67 (26.56% from 255) = 43.23%

 BLUE value IS 41 (16.41% from 255) = 26.45%

R = 30.32%
G = 43.23%
B = 26.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#2F4329 (or 0x2F4329) is known color: Palm Leaf. HEX triplet: 2F, 43 and 29. RGB value is (47,67,41). Sum of RGB (Red+Green+Blue) = 47+67+41=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #2F4329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4329 is #D0BCD6. Grayscale: #3A3A3A. Windows color (decimal): -13679831 or 2704175. OLE color: 2704175.

HSL color Cylindrical-coordinate representation of color #2F4329: hue angle of 106.15º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F4329 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 67 41 -
CMYK 0.30 0 0.39 0.74
HSL 106.15º 0.24% 0.21% -
HSV(B) 106.15º 0.39% 0.26% -
XYZ 3.58 4.78 2.83 -
YUV 58.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 47 67 41 0.30 0 0.39 0.74 106.15 0.24 0.21
Hex 2F 43 29 1E 0 27 4A 6A 18 15
Octal 57 103 51 36 0 47 112 152 30 25
Binary 101111 1000011 101001 11110 0 100111 1001010 1101010 11000 10101

Color Harmonies of #2F4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4329

Black with #2F4329

Text Example


Text Example

White with #2F4329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,67,41); }

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

background-color css

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

 a { background-color: rgb(47,67,41); }

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

border-color css

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

 span { border-color: rgb(47,67,41); }

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