Html Css Color HEX #2F491E Palm Leaf

📋 copy color: '#2F491E'

red 47 ◦ green 73 ◦ blue 30

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

Shades of Palm Leaf #2F491E

Tints of Palm Leaf #2F491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.67%

 BLUE value IS 30 (12.11% from 255) = 20%

R = 31.33%
G = 48.67%
B = 20%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#2F491E (or 0x2F491E) is known color: Palm Leaf. HEX triplet: 2F, 49 and 1E. RGB value is (47,73,30). Sum of RGB (Red+Green+Blue) = 47+73+30=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #2F491E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F491E is #D0B6E1. Grayscale: #3C3C3C. Windows color (decimal): -13678306 or 1984815. OLE color: 1984815.

HSL color Cylindrical-coordinate representation of color #2F491E: hue angle of 96.28º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F491E is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 73 30 -
CMYK 0.36 0 0.59 0.71
HSL 96.28º 0.42% 0.2% -
HSV(B) 96.28º 0.59% 0.29% -
XYZ 3.79 5.46 2.08 -
YUV 60.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 47 73 30 0.36 0 0.59 0.71 96.28 0.42 0.2
Hex 2F 49 1E 24 0 3B 47 60 2A 14
Octal 57 111 36 44 0 73 107 140 52 24
Binary 101111 1001001 11110 100100 0 111011 1000111 1100000 101010 10100

Color Harmonies of #2F491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F491E

Black with #2F491E

Text Example


Text Example

White with #2F491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,73,30); }

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

background-color css

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

 a { background-color: rgb(47,73,30); }

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

border-color css

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

 span { border-color: rgb(47,73,30); }

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