Html Css Color HEX #2F471F Palm Leaf

📋 copy color: '#2F471F'

red 47 ◦ green 71 ◦ blue 31

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

Shades of Palm Leaf #2F471F

Tints of Palm Leaf #2F471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.65%

 BLUE value IS 31 (12.5% from 255) = 20.81%

R = 31.54%
G = 47.65%
B = 20.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#2F471F (or 0x2F471F) is known color: Palm Leaf. HEX triplet: 2F, 47 and 1F. RGB value is (47,71,31). Sum of RGB (Red+Green+Blue) = 47+71+31=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #2F471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F471F is #D0B8E0. Grayscale: #3B3B3B. Windows color (decimal): -13678817 or 2049839. OLE color: 2049839.

HSL color Cylindrical-coordinate representation of color #2F471F: hue angle of 96º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F471F is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 71 31 -
CMYK 0.34 0 0.56 0.72
HSL 96º 0.39% 0.2% -
HSV(B) 96º 0.56% 0.28% -
XYZ 3.67 5.21 2.11 -
YUV 59.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 47 71 31 0.34 0 0.56 0.72 96 0.39 0.2
Hex 2F 47 1F 22 0 38 48 60 27 14
Octal 57 107 37 42 0 70 110 140 47 24
Binary 101111 1000111 11111 100010 0 111000 1001000 1100000 100111 10100

Color Harmonies of #2F471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F471F

Black with #2F471F

Text Example


Text Example

White with #2F471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,71,31); }

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

background-color css

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

 a { background-color: rgb(47,71,31); }

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

border-color css

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

 span { border-color: rgb(47,71,31); }

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