Html Css Color HEX #2C5920 Palm Leaf

📋 copy color: '#2C5920'

red 44 ◦ green 89 ◦ blue 32

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

Shades of Palm Leaf #2C5920

Tints of Palm Leaf #2C5920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.94%

 BLUE value IS 32 (12.89% from 255) = 19.39%

R = 26.67%
G = 53.94%
B = 19.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#2C5920 (or 0x2C5920) is known color: Palm Leaf. HEX triplet: 2C, 59 and 20. RGB value is (44,89,32). Sum of RGB (Red+Green+Blue) = 44+89+32=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #2C5920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5920 is #D3A6DF. Grayscale: #454545. Windows color (decimal): -13870816 or 2119980. OLE color: 2119980.

HSL color Cylindrical-coordinate representation of color #2C5920: hue angle of 107.37º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C5920 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 89 32 -
CMYK 0.51 0 0.64 0.65
HSL 107.37º 0.47% 0.24% -
HSV(B) 107.37º 0.64% 0.35% -
XYZ 4.87 7.78 2.61 -
YUV 69.05 107.09 110.13 -
System Red Green Blue C M Y K H S L
Decimal 44 89 32 0.51 0 0.64 0.65 107.37 0.47 0.24
Hex 2C 59 20 33 0 40 41 6B 2F 18
Octal 54 131 40 63 0 100 101 153 57 30
Binary 101100 1011001 100000 110011 0 1000000 1000001 1101011 101111 11000

Color Harmonies of #2C5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5920

Black with #2C5920

Text Example


Text Example

White with #2C5920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,89,32); }

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

background-color css

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

 a { background-color: rgb(44,89,32); }

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

border-color css

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

 span { border-color: rgb(44,89,32); }

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