Html Css Color HEX #2F5428 Palm Leaf

📋 copy color: '#2F5428'

red 47 ◦ green 84 ◦ blue 40

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

Shades of Palm Leaf #2F5428

Tints of Palm Leaf #2F5428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.12%

 BLUE value IS 40 (16.02% from 255) = 23.39%

R = 27.49%
G = 49.12%
B = 23.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#2F5428 (or 0x2F5428) is known color: Palm Leaf. HEX triplet: 2F, 54 and 28. RGB value is (47,84,40). Sum of RGB (Red+Green+Blue) = 47+84+40=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5428 is #D0ABD7. Grayscale: #444444. Windows color (decimal): -13675480 or 2642991. OLE color: 2642991.

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

Color convert

RGB 47 84 40 -
CMYK 0.44 0 0.52 0.67
HSL 110.45º 0.35% 0.24% -
HSV(B) 110.45º 0.52% 0.33% -
XYZ 4.73 7.1 3.13 -
YUV 67.92 112.24 113.08 -
System Red Green Blue C M Y K H S L
Decimal 47 84 40 0.44 0 0.52 0.67 110.45 0.35 0.24
Hex 2F 54 28 2C 0 34 43 6E 23 18
Octal 57 124 50 54 0 64 103 156 43 30
Binary 101111 1010100 101000 101100 0 110100 1000011 1101110 100011 11000

Color Harmonies of #2F5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5428

Black with #2F5428

Text Example


Text Example

White with #2F5428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,84,40); }

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

background-color css

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

 a { background-color: rgb(47,84,40); }

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

border-color css

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

 span { border-color: rgb(47,84,40); }

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