Html Css Color HEX #2F4723 Palm Leaf

📋 copy color: '#2F4723'

red 47 ◦ green 71 ◦ blue 35

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

Shades of Palm Leaf #2F4723

Tints of Palm Leaf #2F4723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.88%

R = 30.72%
G = 46.41%
B = 22.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#2F4723 (or 0x2F4723) is known color: Palm Leaf. HEX triplet: 2F, 47 and 23. RGB value is (47,71,35). Sum of RGB (Red+Green+Blue) = 47+71+35=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4723 is #D0B8DC. Grayscale: #3B3B3B. Windows color (decimal): -13678813 or 2311983. OLE color: 2311983.

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

Color convert

RGB 47 71 35 -
CMYK 0.34 0 0.51 0.72
HSL 100º 0.34% 0.21% -
HSV(B) 100º 0.51% 0.28% -
XYZ 3.73 5.23 2.4 -
YUV 59.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 47 71 35 0.34 0 0.51 0.72 100 0.34 0.21
Hex 2F 47 23 22 0 33 48 64 22 15
Octal 57 107 43 42 0 63 110 144 42 25
Binary 101111 1000111 100011 100010 0 110011 1001000 1100100 100010 10101

Color Harmonies of #2F4723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4723

Black with #2F4723

Text Example


Text Example

White with #2F4723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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