Html Css Color HEX #2F5421 Palm Leaf

📋 copy color: '#2F5421'

red 47 ◦ green 84 ◦ blue 33

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

Shades of Palm Leaf #2F5421

Tints of Palm Leaf #2F5421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.22%

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

R = 28.66%
G = 51.22%
B = 20.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#2F5421 (or 0x2F5421) is known color: Palm Leaf. HEX triplet: 2F, 54 and 21. RGB value is (47,84,33). Sum of RGB (Red+Green+Blue) = 47+84+33=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5421 is #D0ABDE. Grayscale: #434343. Windows color (decimal): -13675487 or 2184239. OLE color: 2184239.

HSL color Cylindrical-coordinate representation of color #2F5421: hue angle of 103.53º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F5421 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 84 33 -
CMYK 0.44 0 0.61 0.67
HSL 103.53º 0.44% 0.23% -
HSV(B) 103.53º 0.61% 0.33% -
XYZ 4.62 7.05 2.56 -
YUV 67.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 47 84 33 0.44 0 0.61 0.67 103.53 0.44 0.23
Hex 2F 54 21 2C 0 3D 43 68 2C 17
Octal 57 124 41 54 0 75 103 150 54 27
Binary 101111 1010100 100001 101100 0 111101 1000011 1101000 101100 10111

Color Harmonies of #2F5421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5421

Black with #2F5421

Text Example


Text Example

White with #2F5421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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