Html Css Color HEX #2F561D Palm Leaf

📋 copy color: '#2F561D'

red 47 ◦ green 86 ◦ blue 29

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

Shades of Palm Leaf #2F561D

Tints of Palm Leaf #2F561D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 53.09%

 BLUE value IS 29 (11.72% from 255) = 17.9%

R = 29.01%
G = 53.09%
B = 17.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#2F561D (or 0x2F561D) is known color: Palm Leaf. HEX triplet: 2F, 56 and 1D. RGB value is (47,86,29). Sum of RGB (Red+Green+Blue) = 47+86+29=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #2F561D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F561D is #D0A9E2. Grayscale: #444444. Windows color (decimal): -13674979 or 1922607. OLE color: 1922607.

HSL color Cylindrical-coordinate representation of color #2F561D: hue angle of 101.05º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F561D is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 47 86 29 -
CMYK 0.45 0 0.66 0.66
HSL 101.05º 0.5% 0.23% -
HSV(B) 101.05º 0.66% 0.34% -
XYZ 4.72 7.35 2.33 -
YUV 67.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 47 86 29 0.45 0 0.66 0.66 101.05 0.5 0.23
Hex 2F 56 1D 2D 0 42 42 65 32 17
Octal 57 126 35 55 0 102 102 145 62 27
Binary 101111 1010110 11101 101101 0 1000010 1000010 1100101 110010 10111

Color Harmonies of #2F561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F561D

Black with #2F561D

Text Example


Text Example

White with #2F561D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,86,29); }

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

background-color css

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

 a { background-color: rgb(47,86,29); }

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

border-color css

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

 span { border-color: rgb(47,86,29); }

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