Html Css Color HEX #2C471C Palm Leaf

📋 copy color: '#2C471C'

red 44 ◦ green 71 ◦ blue 28

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

Shades of Palm Leaf #2C471C

Tints of Palm Leaf #2C471C

RGB

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

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

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

R = 30.77%
G = 49.65%
B = 19.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#2C471C (or 0x2C471C) is known color: Palm Leaf. HEX triplet: 2C, 47 and 1C. RGB value is (44,71,28). Sum of RGB (Red+Green+Blue) = 44+71+28=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #2C471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C471C is #D3B8E3. Grayscale: #3A3A3A. Windows color (decimal): -13875428 or 1853228. OLE color: 1853228.

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

Color convert

RGB 44 71 28 -
CMYK 0.38 0 0.61 0.72
HSL 97.67º 0.43% 0.19% -
HSV(B) 97.67º 0.61% 0.28% -
XYZ 3.5 5.13 1.9 -
YUV 58.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 44 71 28 0.38 0 0.61 0.72 97.67 0.43 0.19
Hex 2C 47 1C 26 0 3D 48 62 2B 13
Octal 54 107 34 46 0 75 110 142 53 23
Binary 101100 1000111 11100 100110 0 111101 1001000 1100010 101011 10011

Color Harmonies of #2C471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C471C

Black with #2C471C

Text Example


Text Example

White with #2C471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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