Html Css Color HEX #2F522B Palm Leaf

📋 copy color: '#2F522B'

red 47 ◦ green 82 ◦ blue 43

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

Shades of Palm Leaf #2F522B

Tints of Palm Leaf #2F522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25%

R = 27.33%
G = 47.67%
B = 25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#2F522B (or 0x2F522B) is known color: Palm Leaf. HEX triplet: 2F, 52 and 2B. RGB value is (47,82,43). Sum of RGB (Red+Green+Blue) = 47+82+43=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #2F522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F522B is #D0ADD4. Grayscale: #434343. Windows color (decimal): -13675989 or 2839087. OLE color: 2839087.

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

Color convert

RGB 47 82 43 -
CMYK 0.43 0 0.48 0.68
HSL 113.85º 0.31% 0.25% -
HSV(B) 113.85º 0.48% 0.32% -
XYZ 4.63 6.81 3.36 -
YUV 67.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 47 82 43 0.43 0 0.48 0.68 113.85 0.31 0.25
Hex 2F 52 2B 2B 0 30 44 72 1F 19
Octal 57 122 53 53 0 60 104 162 37 31
Binary 101111 1010010 101011 101011 0 110000 1000100 1110010 11111 11001

Color Harmonies of #2F522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F522B

Black with #2F522B

Text Example


Text Example

White with #2F522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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