Html Css Color HEX #2C511D Palm Leaf

📋 copy color: '#2C511D'

red 44 ◦ green 81 ◦ blue 29

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

Shades of Palm Leaf #2C511D

Tints of Palm Leaf #2C511D

RGB

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

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

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

R = 28.57%
G = 52.6%
B = 18.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#2C511D (or 0x2C511D) is known color: Palm Leaf. HEX triplet: 2C, 51 and 1D. RGB value is (44,81,29). Sum of RGB (Red+Green+Blue) = 44+81+29=154 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.57% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #2C511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C511D is #D3AEE2. Grayscale: #404040. Windows color (decimal): -13872867 or 1921324. OLE color: 1921324.

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

Color convert

RGB 44 81 29 -
CMYK 0.46 0 0.64 0.68
HSL 102.69º 0.47% 0.22% -
HSV(B) 102.69º 0.64% 0.32% -
XYZ 4.2 6.51 2.2 -
YUV 64.01 108.24 113.73 -
System Red Green Blue C M Y K H S L
Decimal 44 81 29 0.46 0 0.64 0.68 102.69 0.47 0.22
Hex 2C 51 1D 2E 0 40 44 67 2F 16
Octal 54 121 35 56 0 100 104 147 57 26
Binary 101100 1010001 11101 101110 0 1000000 1000100 1100111 101111 10110

Color Harmonies of #2C511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C511D

Black with #2C511D

Text Example


Text Example

White with #2C511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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