Html Css Color HEX #2F482E Palm Leaf

📋 copy color: '#2F482E'

red 47 ◦ green 72 ◦ blue 46

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

Shades of Palm Leaf #2F482E

Tints of Palm Leaf #2F482E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.88%

R = 28.48%
G = 43.64%
B = 27.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#2F482E (or 0x2F482E) is known color: Palm Leaf. HEX triplet: 2F, 48 and 2E. RGB value is (47,72,46). Sum of RGB (Red+Green+Blue) = 47+72+46=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #2F482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F482E is #D0B7D1. Grayscale: #3D3D3D. Windows color (decimal): -13678546 or 3033135. OLE color: 3033135.

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

Color convert

RGB 47 72 46 -
CMYK 0.35 0 0.36 0.72
HSL 117.69º 0.22% 0.23% -
HSV(B) 117.69º 0.36% 0.28% -
XYZ 3.98 5.44 3.42 -
YUV 61.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 47 72 46 0.35 0 0.36 0.72 117.69 0.22 0.23
Hex 2F 48 2E 23 0 24 48 76 16 17
Octal 57 110 56 43 0 44 110 166 26 27
Binary 101111 1001000 101110 100011 0 100100 1001000 1110110 10110 10111

Color Harmonies of #2F482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F482E

Black with #2F482E

Text Example


Text Example

White with #2F482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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