Html Css Color HEX #2F4424 Palm Leaf

📋 copy color: '#2F4424'

red 47 ◦ green 68 ◦ blue 36

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

Shades of Palm Leaf #2F4424

Tints of Palm Leaf #2F4424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.84%

R = 31.13%
G = 45.03%
B = 23.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#2F4424 (or 0x2F4424) is known color: Palm Leaf. HEX triplet: 2F, 44 and 24. RGB value is (47,68,36). Sum of RGB (Red+Green+Blue) = 47+68+36=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4424 is #D0BBDB. Grayscale: #3A3A3A. Windows color (decimal): -13679580 or 2376751. OLE color: 2376751.

HSL color Cylindrical-coordinate representation of color #2F4424: hue angle of 99.38º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F4424 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 68 36 -
CMYK 0.31 0 0.47 0.73
HSL 99.38º 0.31% 0.2% -
HSV(B) 99.38º 0.47% 0.27% -
XYZ 3.56 4.87 2.42 -
YUV 58.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 47 68 36 0.31 0 0.47 0.73 99.38 0.31 0.2
Hex 2F 44 24 1F 0 2F 49 63 1F 14
Octal 57 104 44 37 0 57 111 143 37 24
Binary 101111 1000100 100100 11111 0 101111 1001001 1100011 11111 10100

Color Harmonies of #2F4424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4424

Black with #2F4424

Text Example


Text Example

White with #2F4424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,68,36); }

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

background-color css

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

 a { background-color: rgb(47,68,36); }

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

border-color css

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

 span { border-color: rgb(47,68,36); }

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