Html Css Color HEX #2F5911 Palm Leaf

📋 copy color: '#2F5911'

red 47 ◦ green 89 ◦ blue 17

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

Shades of Palm Leaf #2F5911

Tints of Palm Leaf #2F5911

RGB

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

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

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

R = 30.72%
G = 58.17%
B = 11.11%

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

#2F5911 (or 0x2F5911) is known color: Palm Leaf. HEX triplet: 2F, 59 and 11. RGB value is (47,89,17). Sum of RGB (Red+Green+Blue) = 47+89+17=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5911 is #D0A6EE. Grayscale: #444444. Windows color (decimal): -13674223 or 1136943. OLE color: 1136943.

HSL color Cylindrical-coordinate representation of color #2F5911: hue angle of 95º 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 #2F5911 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 89 17 -
CMYK 0.47 0 0.81 0.65
HSL 95º 0.68% 0.21% -
HSV(B) 95º 0.81% 0.35% -
XYZ 4.85 7.79 1.78 -
YUV 68.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 47 89 17 0.47 0 0.81 0.65 95 0.68 0.21
Hex 2F 59 11 2F 0 51 41 5F 44 15
Octal 57 131 21 57 0 121 101 137 104 25
Binary 101111 1011001 10001 101111 0 1010001 1000001 1011111 1000100 10101

Color Harmonies of #2F5911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5911

Black with #2F5911

Text Example


Text Example

White with #2F5911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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