Html Css Color HEX #2C5324 Palm Leaf

📋 copy color: '#2C5324'

red 44 ◦ green 83 ◦ blue 36

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

Shades of Palm Leaf #2C5324

Tints of Palm Leaf #2C5324

RGB

 RED value IS 44 (17.58% from 255) = 26.99%

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

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

R = 26.99%
G = 50.92%
B = 22.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#2C5324 (or 0x2C5324) is known color: Palm Leaf. HEX triplet: 2C, 53 and 24. RGB value is (44,83,36). Sum of RGB (Red+Green+Blue) = 44+83+36=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5324 is #D3ACDB. Grayscale: #424242. Windows color (decimal): -13872348 or 2380588. OLE color: 2380588.

HSL color Cylindrical-coordinate representation of color #2C5324: hue angle of 109.79º 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 #2C5324 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 83 36 -
CMYK 0.47 0 0.57 0.67
HSL 109.79º 0.39% 0.23% -
HSV(B) 109.79º 0.57% 0.33% -
XYZ 4.45 6.85 2.76 -
YUV 65.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 44 83 36 0.47 0 0.57 0.67 109.79 0.39 0.23
Hex 2C 53 24 2F 0 39 43 6E 27 17
Octal 54 123 44 57 0 71 103 156 47 27
Binary 101100 1010011 100100 101111 0 111001 1000011 1101110 100111 10111

Color Harmonies of #2C5324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5324

Black with #2C5324

Text Example


Text Example

White with #2C5324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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