Html Css Color HEX #2F581C Palm Leaf

📋 copy color: '#2F581C'

red 47 ◦ green 88 ◦ blue 28

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

Shades of Palm Leaf #2F581C

Tints of Palm Leaf #2F581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.99%

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 28.83%
G = 53.99%
B = 17.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#2F581C (or 0x2F581C) is known color: Palm Leaf. HEX triplet: 2F, 58 and 1C. RGB value is (47,88,28). Sum of RGB (Red+Green+Blue) = 47+88+28=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #2F581C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F581C is #D0A7E3. Grayscale: #454545. Windows color (decimal): -13674468 or 1857583. OLE color: 1857583.

HSL color Cylindrical-coordinate representation of color #2F581C: hue angle of 101º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F581C is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 88 28 -
CMYK 0.47 0 0.68 0.65
HSL 101º 0.52% 0.23% -
HSV(B) 101º 0.68% 0.35% -
XYZ 4.87 7.67 2.32 -
YUV 68.9 104.92 112.38 -
System Red Green Blue C M Y K H S L
Decimal 47 88 28 0.47 0 0.68 0.65 101 0.52 0.23
Hex 2F 58 1C 2F 0 44 41 65 34 17
Octal 57 130 34 57 0 104 101 145 64 27
Binary 101111 1011000 11100 101111 0 1000100 1000001 1100101 110100 10111

Color Harmonies of #2F581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F581C

Black with #2F581C

Text Example


Text Example

White with #2F581C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,88,28); }

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

background-color css

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

 a { background-color: rgb(47,88,28); }

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

border-color css

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

 span { border-color: rgb(47,88,28); }

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