Html Css Color HEX #2C491B Palm Leaf

📋 copy color: '#2C491B'

red 44 ◦ green 73 ◦ blue 27

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

Shades of Palm Leaf #2C491B

Tints of Palm Leaf #2C491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.75%

R = 30.56%
G = 50.69%
B = 18.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#2C491B (or 0x2C491B) is known color: Palm Leaf. HEX triplet: 2C, 49 and 1B. RGB value is (44,73,27). Sum of RGB (Red+Green+Blue) = 44+73+27=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #2C491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C491B is #D3B6E4. Grayscale: #3B3B3B. Windows color (decimal): -13874917 or 1788204. OLE color: 1788204.

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

Color convert

RGB 44 73 27 -
CMYK 0.40 0 0.63 0.71
HSL 97.83º 0.46% 0.2% -
HSV(B) 97.83º 0.63% 0.29% -
XYZ 3.62 5.38 1.88 -
YUV 59.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 44 73 27 0.40 0 0.63 0.71 97.83 0.46 0.2
Hex 2C 49 1B 28 0 3F 47 62 2E 14
Octal 54 111 33 50 0 77 107 142 56 24
Binary 101100 1001001 11011 101000 0 111111 1000111 1100010 101110 10100

Color Harmonies of #2C491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C491B

Black with #2C491B

Text Example


Text Example

White with #2C491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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