Html Css Color HEX #2F402C Palm Leaf

📋 copy color: '#2F402C'

red 47 ◦ green 64 ◦ blue 44

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

Shades of Palm Leaf #2F402C

Tints of Palm Leaf #2F402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.29%

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

R = 30.32%
G = 41.29%
B = 28.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#2F402C (or 0x2F402C) is known color: Palm Leaf. HEX triplet: 2F, 40 and 2C. RGB value is (47,64,44). Sum of RGB (Red+Green+Blue) = 47+64+44=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #2F402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F402C is #D0BFD3. Grayscale: #383838. Windows color (decimal): -13680596 or 2900015. OLE color: 2900015.

HSL color Cylindrical-coordinate representation of color #2F402C: hue angle of 111º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F402C is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 64 44 -
CMYK 0.27 0 0.31 0.75
HSL 111º 0.19% 0.21% -
HSV(B) 111º 0.31% 0.25% -
XYZ 3.46 4.45 3.06 -
YUV 56.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 47 64 44 0.27 0 0.31 0.75 111 0.19 0.21
Hex 2F 40 2C 1B 0 1F 4B 6F 13 15
Octal 57 100 54 33 0 37 113 157 23 25
Binary 101111 1000000 101100 11011 0 11111 1001011 1101111 10011 10101

Color Harmonies of #2F402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F402C

Black with #2F402C

Text Example


Text Example

White with #2F402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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