Html Css Color HEX #2F482B Palm Leaf

📋 copy color: '#2F482B'

red 47 ◦ green 72 ◦ blue 43

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

Shades of Palm Leaf #2F482B

Tints of Palm Leaf #2F482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.54%

R = 29.01%
G = 44.44%
B = 26.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#2F482B (or 0x2F482B) is known color: Palm Leaf. HEX triplet: 2F, 48 and 2B. RGB value is (47,72,43). Sum of RGB (Red+Green+Blue) = 47+72+43=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #2F482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F482B is #D0B7D4. Grayscale: #3D3D3D. Windows color (decimal): -13678549 or 2836527. OLE color: 2836527.

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

Color convert

RGB 47 72 43 -
CMYK 0.35 0 0.40 0.72
HSL 111.72º 0.25% 0.23% -
HSV(B) 111.72º 0.4% 0.28% -
XYZ 3.93 5.41 3.12 -
YUV 61.22 117.72 117.86 -
System Red Green Blue C M Y K H S L
Decimal 47 72 43 0.35 0 0.40 0.72 111.72 0.25 0.23
Hex 2F 48 2B 23 0 28 48 70 19 17
Octal 57 110 53 43 0 50 110 160 31 27
Binary 101111 1001000 101011 100011 0 101000 1001000 1110000 11001 10111

Color Harmonies of #2F482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F482B

Black with #2F482B

Text Example


Text Example

White with #2F482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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