Html Css Color HEX #2C511C Palm Leaf

📋 copy color: '#2C511C'

red 44 ◦ green 81 ◦ blue 28

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

Shades of Palm Leaf #2C511C

Tints of Palm Leaf #2C511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 52.94%

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

R = 28.76%
G = 52.94%
B = 18.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#2C511C (or 0x2C511C) is known color: Palm Leaf. HEX triplet: 2C, 51 and 1C. RGB value is (44,81,28). Sum of RGB (Red+Green+Blue) = 44+81+28=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #2C511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C511C is #D3AEE3. Grayscale: #404040. Windows color (decimal): -13872868 or 1855788. OLE color: 1855788.

HSL color Cylindrical-coordinate representation of color #2C511C: hue angle of 101.89º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C511C is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 44 81 28 -
CMYK 0.46 0 0.65 0.68
HSL 101.89º 0.49% 0.21% -
HSV(B) 101.89º 0.65% 0.32% -
XYZ 4.19 6.5 2.13 -
YUV 63.9 107.74 113.81 -
System Red Green Blue C M Y K H S L
Decimal 44 81 28 0.46 0 0.65 0.68 101.89 0.49 0.21
Hex 2C 51 1C 2E 0 41 44 66 31 15
Octal 54 121 34 56 0 101 104 146 61 25
Binary 101100 1010001 11100 101110 0 1000001 1000100 1100110 110001 10101

Color Harmonies of #2C511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C511C

Black with #2C511C

Text Example


Text Example

White with #2C511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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