Html Css Color HEX #2F422C Palm Leaf

📋 copy color: '#2F422C'

red 47 ◦ green 66 ◦ blue 44

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

Shades of Palm Leaf #2F422C

Tints of Palm Leaf #2F422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.04%

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

R = 29.94%
G = 42.04%
B = 28.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#2F422C (or 0x2F422C) is known color: Palm Leaf. HEX triplet: 2F, 42 and 2C. RGB value is (47,66,44). Sum of RGB (Red+Green+Blue) = 47+66+44=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #2F422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F422C is #D0BDD3. Grayscale: #393939. Windows color (decimal): -13680084 or 2900527. OLE color: 2900527.

HSL color Cylindrical-coordinate representation of color #2F422C: hue angle of 111.82º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F422C is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 66 44 -
CMYK 0.29 0 0.33 0.74
HSL 111.82º 0.2% 0.22% -
HSV(B) 111.82º 0.33% 0.26% -
XYZ 3.58 4.68 3.1 -
YUV 57.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 47 66 44 0.29 0 0.33 0.74 111.82 0.2 0.22
Hex 2F 42 2C 1D 0 21 4A 70 14 16
Octal 57 102 54 35 0 41 112 160 24 26
Binary 101111 1000010 101100 11101 0 100001 1001010 1110000 10100 10110

Color Harmonies of #2F422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F422C

Black with #2F422C

Text Example


Text Example

White with #2F422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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