Html Css Color HEX #2F482A Palm Leaf

📋 copy color: '#2F482A'

red 47 ◦ green 72 ◦ blue 42

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

Shades of Palm Leaf #2F482A

Tints of Palm Leaf #2F482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.72%

 BLUE value IS 42 (16.8% from 255) = 26.09%

R = 29.19%
G = 44.72%
B = 26.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#2F482A (or 0x2F482A) is known color: Palm Leaf. HEX triplet: 2F, 48 and 2A. RGB value is (47,72,42). Sum of RGB (Red+Green+Blue) = 47+72+42=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #2F482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F482A is #D0B7D5. Grayscale: #3D3D3D. Windows color (decimal): -13678550 or 2770991. OLE color: 2770991.

HSL color Cylindrical-coordinate representation of color #2F482A: hue angle of 110º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F482A is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 72 42 -
CMYK 0.35 0 0.42 0.72
HSL 110º 0.26% 0.22% -
HSV(B) 110º 0.42% 0.28% -
XYZ 3.91 5.41 3.03 -
YUV 61.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 47 72 42 0.35 0 0.42 0.72 110 0.26 0.22
Hex 2F 48 2A 23 0 2A 48 6E 1A 16
Octal 57 110 52 43 0 52 110 156 32 26
Binary 101111 1001000 101010 100011 0 101010 1001000 1101110 11010 10110

Color Harmonies of #2F482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F482A

Black with #2F482A

Text Example


Text Example

White with #2F482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,72,42); }

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

background-color css

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

 a { background-color: rgb(47,72,42); }

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

border-color css

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

 span { border-color: rgb(47,72,42); }

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