Html Css Color HEX #2C491C Palm Leaf

📋 copy color: '#2C491C'

red 44 ◦ green 73 ◦ blue 28

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

Shades of Palm Leaf #2C491C

Tints of Palm Leaf #2C491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50.34%

 BLUE value IS 28 (11.33% from 255) = 19.31%

R = 30.34%
G = 50.34%
B = 19.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#2C491C (or 0x2C491C) is known color: Palm Leaf. HEX triplet: 2C, 49 and 1C. RGB value is (44,73,28). Sum of RGB (Red+Green+Blue) = 44+73+28=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #2C491C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C491C is #D3B6E3. Grayscale: #3B3B3B. Windows color (decimal): -13874916 or 1853740. OLE color: 1853740.

HSL color Cylindrical-coordinate representation of color #2C491C: hue angle of 98.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C491C is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 73 28 -
CMYK 0.40 0 0.62 0.71
HSL 98.67º 0.45% 0.2% -
HSV(B) 98.67º 0.62% 0.29% -
XYZ 3.63 5.38 1.95 -
YUV 59.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 44 73 28 0.40 0 0.62 0.71 98.67 0.45 0.2
Hex 2C 49 1C 28 0 3E 47 63 2D 14
Octal 54 111 34 50 0 76 107 143 55 24
Binary 101100 1001001 11100 101000 0 111110 1000111 1100011 101101 10100

Color Harmonies of #2C491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C491C

Black with #2C491C

Text Example


Text Example

White with #2C491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,73,28); }

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

background-color css

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

 a { background-color: rgb(44,73,28); }

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

border-color css

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

 span { border-color: rgb(44,73,28); }

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