Html Css Color HEX #2F5516 Palm Leaf

📋 copy color: '#2F5516'

red 47 ◦ green 85 ◦ blue 22

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

Shades of Palm Leaf #2F5516

Tints of Palm Leaf #2F5516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.19%

 BLUE value IS 22 (8.98% from 255) = 14.29%

R = 30.52%
G = 55.19%
B = 14.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#2F5516 (or 0x2F5516) is known color: Palm Leaf. HEX triplet: 2F, 55 and 16. RGB value is (47,85,22). Sum of RGB (Red+Green+Blue) = 47+85+22=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5516 is #D0AAE9. Grayscale: #424242. Windows color (decimal): -13675242 or 1463599. OLE color: 1463599.

HSL color Cylindrical-coordinate representation of color #2F5516: hue angle of 96.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F5516 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 85 22 -
CMYK 0.45 0 0.74 0.67
HSL 96.19º 0.59% 0.21% -
HSV(B) 96.19º 0.74% 0.33% -
XYZ 4.57 7.16 1.9 -
YUV 66.46 102.91 114.12 -
System Red Green Blue C M Y K H S L
Decimal 47 85 22 0.45 0 0.74 0.67 96.19 0.59 0.21
Hex 2F 55 16 2D 0 4A 43 60 3B 15
Octal 57 125 26 55 0 112 103 140 73 25
Binary 101111 1010101 10110 101101 0 1001010 1000011 1100000 111011 10101

Color Harmonies of #2F5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5516

Black with #2F5516

Text Example


Text Example

White with #2F5516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,85,22); }

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

background-color css

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

 a { background-color: rgb(47,85,22); }

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

border-color css

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

 span { border-color: rgb(47,85,22); }

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