Html Css Color HEX #2F5811 Palm Leaf

📋 copy color: '#2F5811'

red 47 ◦ green 88 ◦ blue 17

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

Shades of Palm Leaf #2F5811

Tints of Palm Leaf #2F5811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 57.89%

 BLUE value IS 17 (7.03% from 255) = 11.18%

R = 30.92%
G = 57.89%
B = 11.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#2F5811 (or 0x2F5811) is known color: Palm Leaf. HEX triplet: 2F, 58 and 11. RGB value is (47,88,17). Sum of RGB (Red+Green+Blue) = 47+88+17=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5811 is #D0A7EE. Grayscale: #434343. Windows color (decimal): -13674479 or 1136687. OLE color: 1136687.

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

Color convert

RGB 47 88 17 -
CMYK 0.47 0 0.81 0.65
HSL 94.65º 0.68% 0.21% -
HSV(B) 94.65º 0.81% 0.35% -
XYZ 4.76 7.62 1.75 -
YUV 67.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 47 88 17 0.47 0 0.81 0.65 94.65 0.68 0.21
Hex 2F 58 11 2F 0 51 41 5F 44 15
Octal 57 130 21 57 0 121 101 137 104 25
Binary 101111 1011000 10001 101111 0 1010001 1000001 1011111 1000100 10101

Color Harmonies of #2F5811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5811

Black with #2F5811

Text Example


Text Example

White with #2F5811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,88,17); }

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

background-color css

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

 a { background-color: rgb(47,88,17); }

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

border-color css

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

 span { border-color: rgb(47,88,17); }

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