Html Css Color HEX #2C511E Palm Leaf

📋 copy color: '#2C511E'

red 44 ◦ green 81 ◦ blue 30

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

Shades of Palm Leaf #2C511E

Tints of Palm Leaf #2C511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 28.39%
G = 52.26%
B = 19.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#2C511E (or 0x2C511E) is known color: Palm Leaf. HEX triplet: 2C, 51 and 1E. RGB value is (44,81,30). Sum of RGB (Red+Green+Blue) = 44+81+30=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #2C511E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C511E is #D3AEE1. Grayscale: #404040. Windows color (decimal): -13872866 or 1986860. OLE color: 1986860.

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

Color convert

RGB 44 81 30 -
CMYK 0.46 0 0.63 0.68
HSL 103.53º 0.46% 0.22% -
HSV(B) 103.53º 0.63% 0.32% -
XYZ 4.22 6.51 2.26 -
YUV 64.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 44 81 30 0.46 0 0.63 0.68 103.53 0.46 0.22
Hex 2C 51 1E 2E 0 3F 44 68 2E 16
Octal 54 121 36 56 0 77 104 150 56 26
Binary 101100 1010001 11110 101110 0 111111 1000100 1101000 101110 10110

Color Harmonies of #2C511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C511E

Black with #2C511E

Text Example


Text Example

White with #2C511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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