Html Css Color HEX #2F5526 Palm Leaf

📋 copy color: '#2F5526'

red 47 ◦ green 85 ◦ blue 38

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

Shades of Palm Leaf #2F5526

Tints of Palm Leaf #2F5526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.35%

R = 27.65%
G = 50%
B = 22.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#2F5526 (or 0x2F5526) is known color: Palm Leaf. HEX triplet: 2F, 55 and 26. RGB value is (47,85,38). Sum of RGB (Red+Green+Blue) = 47+85+38=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5526 is #D0AAD9. Grayscale: #444444. Windows color (decimal): -13675226 or 2512175. OLE color: 2512175.

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

Color convert

RGB 47 85 38 -
CMYK 0.45 0 0.55 0.67
HSL 108.51º 0.38% 0.24% -
HSV(B) 108.51º 0.55% 0.33% -
XYZ 4.77 7.24 2.98 -
YUV 68.28 110.91 112.82 -
System Red Green Blue C M Y K H S L
Decimal 47 85 38 0.45 0 0.55 0.67 108.51 0.38 0.24
Hex 2F 55 26 2D 0 37 43 6D 26 18
Octal 57 125 46 55 0 67 103 155 46 30
Binary 101111 1010101 100110 101101 0 110111 1000011 1101101 100110 11000

Color Harmonies of #2F5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5526

Black with #2F5526

Text Example


Text Example

White with #2F5526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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