Html Css Color HEX #2F4821 Palm Leaf

📋 copy color: '#2F4821'

red 47 ◦ green 72 ◦ blue 33

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

Shades of Palm Leaf #2F4821

Tints of Palm Leaf #2F4821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.37%

 BLUE value IS 33 (13.28% from 255) = 21.71%

R = 30.92%
G = 47.37%
B = 21.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#2F4821 (or 0x2F4821) is known color: Palm Leaf. HEX triplet: 2F, 48 and 21. RGB value is (47,72,33). Sum of RGB (Red+Green+Blue) = 47+72+33=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4821 is #D0B7DE. Grayscale: #3C3C3C. Windows color (decimal): -13678559 or 2181167. OLE color: 2181167.

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

Color convert

RGB 47 72 33 -
CMYK 0.35 0 0.54 0.72
HSL 98.46º 0.37% 0.21% -
HSV(B) 98.46º 0.54% 0.28% -
XYZ 3.76 5.35 2.27 -
YUV 60.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 47 72 33 0.35 0 0.54 0.72 98.46 0.37 0.21
Hex 2F 48 21 23 0 36 48 62 25 15
Octal 57 110 41 43 0 66 110 142 45 25
Binary 101111 1001000 100001 100011 0 110110 1001000 1100010 100101 10101

Color Harmonies of #2F4821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4821

Black with #2F4821

Text Example


Text Example

White with #2F4821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,72,33); }

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

background-color css

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

 a { background-color: rgb(47,72,33); }

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

border-color css

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

 span { border-color: rgb(47,72,33); }

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