Html Css Color HEX #2F5324 Palm Leaf

📋 copy color: '#2F5324'

red 47 ◦ green 83 ◦ blue 36

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

Shades of Palm Leaf #2F5324

Tints of Palm Leaf #2F5324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50%

 BLUE value IS 36 (14.45% from 255) = 21.69%

R = 28.31%
G = 50%
B = 21.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#2F5324 (or 0x2F5324) is known color: Palm Leaf. HEX triplet: 2F, 53 and 24. RGB value is (47,83,36). Sum of RGB (Red+Green+Blue) = 47+83+36=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5324 is #D0ACDB. Grayscale: #434343. Windows color (decimal): -13675740 or 2380591. OLE color: 2380591.

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

Color convert

RGB 47 83 36 -
CMYK 0.43 0 0.57 0.67
HSL 105.96º 0.39% 0.23% -
HSV(B) 105.96º 0.57% 0.33% -
XYZ 4.58 6.92 2.76 -
YUV 66.88 110.57 113.82 -
System Red Green Blue C M Y K H S L
Decimal 47 83 36 0.43 0 0.57 0.67 105.96 0.39 0.23
Hex 2F 53 24 2B 0 39 43 6A 27 17
Octal 57 123 44 53 0 71 103 152 47 27
Binary 101111 1010011 100100 101011 0 111001 1000011 1101010 100111 10111

Color Harmonies of #2F5324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5324

Black with #2F5324

Text Example


Text Example

White with #2F5324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,83,36); }

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

background-color css

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

 a { background-color: rgb(47,83,36); }

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

border-color css

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

 span { border-color: rgb(47,83,36); }

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