Html Css Color HEX #2F5229 Palm Leaf

📋 copy color: '#2F5229'

red 47 ◦ green 82 ◦ blue 41

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

Shades of Palm Leaf #2F5229

Tints of Palm Leaf #2F5229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.12%

R = 27.65%
G = 48.24%
B = 24.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#2F5229 (or 0x2F5229) is known color: Palm Leaf. HEX triplet: 2F, 52 and 29. RGB value is (47,82,41). Sum of RGB (Red+Green+Blue) = 47+82+41=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #2F5229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5229 is #D0ADD6. Grayscale: #424242. Windows color (decimal): -13675991 or 2708015. OLE color: 2708015.

HSL color Cylindrical-coordinate representation of color #2F5229: hue angle of 111.22º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F5229 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 82 41 -
CMYK 0.43 0 0.50 0.68
HSL 111.22º 0.33% 0.24% -
HSV(B) 111.22º 0.5% 0.32% -
XYZ 4.59 6.8 3.17 -
YUV 66.86 113.4 113.83 -
System Red Green Blue C M Y K H S L
Decimal 47 82 41 0.43 0 0.50 0.68 111.22 0.33 0.24
Hex 2F 52 29 2B 0 32 44 6F 21 18
Octal 57 122 51 53 0 62 104 157 41 30
Binary 101111 1010010 101001 101011 0 110010 1000100 1101111 100001 11000

Color Harmonies of #2F5229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5229

Black with #2F5229

Text Example


Text Example

White with #2F5229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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