Html Css Color HEX #2C471D Palm Leaf

📋 copy color: '#2C471D'

red 44 ◦ green 71 ◦ blue 29

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

Shades of Palm Leaf #2C471D

Tints of Palm Leaf #2C471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 49.31%

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 30.56%
G = 49.31%
B = 20.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#2C471D (or 0x2C471D) is known color: Palm Leaf. HEX triplet: 2C, 47 and 1D. RGB value is (44,71,29). Sum of RGB (Red+Green+Blue) = 44+71+29=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #2C471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C471D is #D3B8E2. Grayscale: #3A3A3A. Windows color (decimal): -13875427 or 1918764. OLE color: 1918764.

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

Color convert

RGB 44 71 29 -
CMYK 0.38 0 0.59 0.72
HSL 98.57º 0.42% 0.2% -
HSV(B) 98.57º 0.59% 0.28% -
XYZ 3.51 5.13 1.97 -
YUV 58.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 44 71 29 0.38 0 0.59 0.72 98.57 0.42 0.2
Hex 2C 47 1D 26 0 3B 48 63 2A 14
Octal 54 107 35 46 0 73 110 143 52 24
Binary 101100 1000111 11101 100110 0 111011 1001000 1100011 101010 10100

Color Harmonies of #2C471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C471D

Black with #2C471D

Text Example


Text Example

White with #2C471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,71,29); }

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

background-color css

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

 a { background-color: rgb(44,71,29); }

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

border-color css

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

 span { border-color: rgb(44,71,29); }

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