Html Css Color HEX #2F5F11 Palm Leaf

📋 copy color: '#2F5F11'

red 47 ◦ green 95 ◦ blue 17

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

Shades of Palm Leaf #2F5F11

Tints of Palm Leaf #2F5F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 59.75%

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

R = 29.56%
G = 59.75%
B = 10.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#2F5F11 (or 0x2F5F11) is known color: Palm Leaf. HEX triplet: 2F, 5F and 11. RGB value is (47,95,17). Sum of RGB (Red+Green+Blue) = 47+95+17=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 95 (37.5% from 255 or 59.75% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5F11 is #D0A0EE. Grayscale: #484848. Windows color (decimal): -13672687 or 1138479. OLE color: 1138479.

HSL color Cylindrical-coordinate representation of color #2F5F11: hue angle of 96.92º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F5F11 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 95 17 -
CMYK 0.51 0 0.82 0.63
HSL 96.92º 0.7% 0.22% -
HSV(B) 96.92º 0.82% 0.37% -
XYZ 5.37 8.83 1.95 -
YUV 71.76 97.1 110.34 -
System Red Green Blue C M Y K H S L
Decimal 47 95 17 0.51 0 0.82 0.63 96.92 0.7 0.22
Hex 2F 5F 11 33 0 52 3F 61 46 16
Octal 57 137 21 63 0 122 77 141 106 26
Binary 101111 1011111 10001 110011 0 1010010 111111 1100001 1000110 10110

Color Harmonies of #2F5F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5F11

Black with #2F5F11

Text Example


Text Example

White with #2F5F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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