Html Css Color HEX #2F5515 Palm Leaf

📋 copy color: '#2F5515'

red 47 ◦ green 85 ◦ blue 21

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

Shades of Palm Leaf #2F5515

Tints of Palm Leaf #2F5515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.73%

R = 30.72%
G = 55.56%
B = 13.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#2F5515 (or 0x2F5515) is known color: Palm Leaf. HEX triplet: 2F, 55 and 15. RGB value is (47,85,21). Sum of RGB (Red+Green+Blue) = 47+85+21=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5515 is #D0AAEA. Grayscale: #424242. Windows color (decimal): -13675243 or 1398063. OLE color: 1398063.

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

Color convert

RGB 47 85 21 -
CMYK 0.45 0 0.75 0.67
HSL 95.63º 0.6% 0.21% -
HSV(B) 95.63º 0.75% 0.33% -
XYZ 4.56 7.16 1.85 -
YUV 66.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 47 85 21 0.45 0 0.75 0.67 95.63 0.6 0.21
Hex 2F 55 15 2D 0 4B 43 60 3C 15
Octal 57 125 25 55 0 113 103 140 74 25
Binary 101111 1010101 10101 101101 0 1001011 1000011 1100000 111100 10101

Color Harmonies of #2F5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5515

Black with #2F5515

Text Example


Text Example

White with #2F5515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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