Html Css Color HEX #2F4726 Palm Leaf

📋 copy color: '#2F4726'

red 47 ◦ green 71 ◦ blue 38

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

Shades of Palm Leaf #2F4726

Tints of Palm Leaf #2F4726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.36%

R = 30.13%
G = 45.51%
B = 24.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#2F4726 (or 0x2F4726) is known color: Palm Leaf. HEX triplet: 2F, 47 and 26. RGB value is (47,71,38). Sum of RGB (Red+Green+Blue) = 47+71+38=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4726 is #D0B8D9. Grayscale: #3C3C3C. Windows color (decimal): -13678810 or 2508591. OLE color: 2508591.

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

Color convert

RGB 47 71 38 -
CMYK 0.34 0 0.46 0.72
HSL 103.64º 0.3% 0.21% -
HSV(B) 103.64º 0.46% 0.28% -
XYZ 3.78 5.25 2.65 -
YUV 60.06 115.55 118.68 -
System Red Green Blue C M Y K H S L
Decimal 47 71 38 0.34 0 0.46 0.72 103.64 0.3 0.21
Hex 2F 47 26 22 0 2E 48 68 1E 15
Octal 57 107 46 42 0 56 110 150 36 25
Binary 101111 1000111 100110 100010 0 101110 1001000 1101000 11110 10101

Color Harmonies of #2F4726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4726

Black with #2F4726

Text Example


Text Example

White with #2F4726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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