Html Css Color HEX #2F5221 Palm Leaf

📋 copy color: '#2F5221'

red 47 ◦ green 82 ◦ blue 33

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

Shades of Palm Leaf #2F5221

Tints of Palm Leaf #2F5221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.62%

 BLUE value IS 33 (13.28% from 255) = 20.37%

R = 29.01%
G = 50.62%
B = 20.37%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#2F5221 (or 0x2F5221) is known color: Palm Leaf. HEX triplet: 2F, 52 and 21. RGB value is (47,82,33). Sum of RGB (Red+Green+Blue) = 47+82+33=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #2F5221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5221 is #D0ADDE. Grayscale: #424242. Windows color (decimal): -13675999 or 2183727. OLE color: 2183727.

HSL color Cylindrical-coordinate representation of color #2F5221: hue angle of 102.86º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F5221 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 82 33 -
CMYK 0.43 0 0.60 0.68
HSL 102.86º 0.43% 0.23% -
HSV(B) 102.86º 0.6% 0.32% -
XYZ 4.46 6.75 2.51 -
YUV 65.95 109.4 114.48 -
System Red Green Blue C M Y K H S L
Decimal 47 82 33 0.43 0 0.60 0.68 102.86 0.43 0.23
Hex 2F 52 21 2B 0 3C 44 67 2B 17
Octal 57 122 41 53 0 74 104 147 53 27
Binary 101111 1010010 100001 101011 0 111100 1000100 1100111 101011 10111

Color Harmonies of #2F5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5221

Black with #2F5221

Text Example


Text Example

White with #2F5221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,82,33); }

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

background-color css

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

 a { background-color: rgb(47,82,33); }

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

border-color css

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

 span { border-color: rgb(47,82,33); }

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