Html Css Color HEX #2C491F Palm Leaf

📋 copy color: '#2C491F'

red 44 ◦ green 73 ◦ blue 31

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

Shades of Palm Leaf #2C491F

Tints of Palm Leaf #2C491F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.95%

R = 29.73%
G = 49.32%
B = 20.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#2C491F (or 0x2C491F) is known color: Palm Leaf. HEX triplet: 2C, 49 and 1F. RGB value is (44,73,31). Sum of RGB (Red+Green+Blue) = 44+73+31=148 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.73% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #2C491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C491F is #D3B6E0. Grayscale: #3B3B3B. Windows color (decimal): -13874913 or 2050348. OLE color: 2050348.

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

Color convert

RGB 44 73 31 -
CMYK 0.40 0 0.58 0.71
HSL 101.43º 0.4% 0.2% -
HSV(B) 101.43º 0.58% 0.29% -
XYZ 3.67 5.4 2.15 -
YUV 59.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 44 73 31 0.40 0 0.58 0.71 101.43 0.4 0.2
Hex 2C 49 1F 28 0 3A 47 65 28 14
Octal 54 111 37 50 0 72 107 145 50 24
Binary 101100 1001001 11111 101000 0 111010 1000111 1100101 101000 10100

Color Harmonies of #2C491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C491F

Black with #2C491F

Text Example


Text Example

White with #2C491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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