Html Css Color HEX #2F591D Palm Leaf

📋 copy color: '#2F591D'

red 47 ◦ green 89 ◦ blue 29

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

Shades of Palm Leaf #2F591D

Tints of Palm Leaf #2F591D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.94%

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

R = 28.48%
G = 53.94%
B = 17.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#2F591D (or 0x2F591D) is known color: Palm Leaf. HEX triplet: 2F, 59 and 1D. RGB value is (47,89,29). Sum of RGB (Red+Green+Blue) = 47+89+29=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #2F591D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F591D is #D0A6E2. Grayscale: #454545. Windows color (decimal): -13674211 or 1923375. OLE color: 1923375.

HSL color Cylindrical-coordinate representation of color #2F591D: hue angle of 102º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F591D is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 89 29 -
CMYK 0.47 0 0.67 0.65
HSL 102º 0.51% 0.23% -
HSV(B) 102º 0.67% 0.35% -
XYZ 4.97 7.84 2.41 -
YUV 69.6 105.09 111.88 -
System Red Green Blue C M Y K H S L
Decimal 47 89 29 0.47 0 0.67 0.65 102 0.51 0.23
Hex 2F 59 1D 2F 0 43 41 66 33 17
Octal 57 131 35 57 0 103 101 146 63 27
Binary 101111 1011001 11101 101111 0 1000011 1000001 1100110 110011 10111

Color Harmonies of #2F591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F591D

Black with #2F591D

Text Example


Text Example

White with #2F591D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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