Html Css Color HEX #2F6011 Palm Leaf

📋 copy color: '#2F6011'

red 47 ◦ green 96 ◦ blue 17

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

Shades of Palm Leaf #2F6011

Tints of Palm Leaf #2F6011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60%

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

R = 29.38%
G = 60%
B = 10.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#2F6011 (or 0x2F6011) is known color: Palm Leaf. HEX triplet: 2F, 60 and 11. RGB value is (47,96,17). Sum of RGB (Red+Green+Blue) = 47+96+17=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6011 is #D09FEE. Grayscale: #484848. Windows color (decimal): -13672431 or 1138735. OLE color: 1138735.

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

Color convert

RGB 47 96 17 -
CMYK 0.51 0 0.82 0.62
HSL 97.22º 0.7% 0.22% -
HSV(B) 97.22º 0.82% 0.38% -
XYZ 5.46 9.01 1.98 -
YUV 72.34 96.77 109.92 -
System Red Green Blue C M Y K H S L
Decimal 47 96 17 0.51 0 0.82 0.62 97.22 0.7 0.22
Hex 2F 60 11 33 0 52 3E 61 46 16
Octal 57 140 21 63 0 122 76 141 106 26
Binary 101111 1100000 10001 110011 0 1010010 111110 1100001 1000110 10110

Color Harmonies of #2F6011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6011

Black with #2F6011

Text Example


Text Example

White with #2F6011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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