Html Css Color HEX #2C4820 Palm Leaf

📋 copy color: '#2C4820'

red 44 ◦ green 72 ◦ blue 32

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

Shades of Palm Leaf #2C4820

Tints of Palm Leaf #2C4820

RGB

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

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

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

R = 29.73%
G = 48.65%
B = 21.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#2C4820 (or 0x2C4820) is known color: Palm Leaf. HEX triplet: 2C, 48 and 20. RGB value is (44,72,32). Sum of RGB (Red+Green+Blue) = 44+72+32=148 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.73% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4820 is #D3B7DF. Grayscale: #3B3B3B. Windows color (decimal): -13875168 or 2115628. OLE color: 2115628.

HSL color Cylindrical-coordinate representation of color #2C4820: hue angle of 102º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C4820 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 72 32 -
CMYK 0.39 0 0.56 0.72
HSL 102º 0.38% 0.2% -
HSV(B) 102º 0.56% 0.28% -
XYZ 3.62 5.27 2.19 -
YUV 59.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 44 72 32 0.39 0 0.56 0.72 102 0.38 0.2
Hex 2C 48 20 27 0 38 48 66 26 14
Octal 54 110 40 47 0 70 110 146 46 24
Binary 101100 1001000 100000 100111 0 111000 1001000 1100110 100110 10100

Color Harmonies of #2C4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4820

Black with #2C4820

Text Example


Text Example

White with #2C4820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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