Html Css Color HEX #2F472C Palm Leaf

📋 copy color: '#2F472C'

red 47 ◦ green 71 ◦ blue 44

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

Shades of Palm Leaf #2F472C

Tints of Palm Leaf #2F472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.83%

 BLUE value IS 44 (17.58% from 255) = 27.16%

R = 29.01%
G = 43.83%
B = 27.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#2F472C (or 0x2F472C) is known color: Palm Leaf. HEX triplet: 2F, 47 and 2C. RGB value is (47,71,44). Sum of RGB (Red+Green+Blue) = 47+71+44=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #2F472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F472C is #D0B8D3. Grayscale: #3C3C3C. Windows color (decimal): -13678804 or 2901807. OLE color: 2901807.

HSL color Cylindrical-coordinate representation of color #2F472C: hue angle of 113.33º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F472C is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 71 44 -
CMYK 0.34 0 0.38 0.72
HSL 113.33º 0.23% 0.23% -
HSV(B) 113.33º 0.38% 0.28% -
XYZ 3.88 5.29 3.2 -
YUV 60.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 47 71 44 0.34 0 0.38 0.72 113.33 0.23 0.23
Hex 2F 47 2C 22 0 26 48 71 17 17
Octal 57 107 54 42 0 46 110 161 27 27
Binary 101111 1000111 101100 100010 0 100110 1001000 1110001 10111 10111

Color Harmonies of #2F472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F472C

Black with #2F472C

Text Example


Text Example

White with #2F472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,71,44); }

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

background-color css

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

 a { background-color: rgb(47,71,44); }

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

border-color css

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

 span { border-color: rgb(47,71,44); }

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