Html Css Color HEX #2F501C Palm Leaf

📋 copy color: '#2F501C'

red 47 ◦ green 80 ◦ blue 28

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

Shades of Palm Leaf #2F501C

Tints of Palm Leaf #2F501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.61%

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

R = 30.32%
G = 51.61%
B = 18.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#2F501C (or 0x2F501C) is known color: Palm Leaf. HEX triplet: 2F, 50 and 1C. RGB value is (47,80,28). Sum of RGB (Red+Green+Blue) = 47+80+28=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #2F501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F501C is #D0AFE3. Grayscale: #404040. Windows color (decimal): -13676516 or 1855535. OLE color: 1855535.

HSL color Cylindrical-coordinate representation of color #2F501C: hue angle of 98.08º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F501C is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 80 28 -
CMYK 0.41 0 0.65 0.69
HSL 98.08º 0.48% 0.21% -
HSV(B) 98.08º 0.65% 0.31% -
XYZ 4.25 6.43 2.11 -
YUV 64.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 47 80 28 0.41 0 0.65 0.69 98.08 0.48 0.21
Hex 2F 50 1C 29 0 41 45 62 30 15
Octal 57 120 34 51 0 101 105 142 60 25
Binary 101111 1010000 11100 101001 0 1000001 1000101 1100010 110000 10101

Color Harmonies of #2F501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F501C

Black with #2F501C

Text Example


Text Example

White with #2F501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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