Html Css Color HEX #2D511C Palm Leaf

📋 copy color: '#2D511C'

red 45 ◦ green 81 ◦ blue 28

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

Shades of Palm Leaf #2D511C

Tints of Palm Leaf #2D511C

RGB

 RED value IS 45 (17.97% from 255) = 29.22%

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

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

R = 29.22%
G = 52.6%
B = 18.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#2D511C (or 0x2D511C) is known color: Palm Leaf. HEX triplet: 2D, 51 and 1C. RGB value is (45,81,28). Sum of RGB (Red+Green+Blue) = 45+81+28=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #2D511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D511C is #D2AEE3. Grayscale: #404040. Windows color (decimal): -13807332 or 1855789. OLE color: 1855789.

HSL color Cylindrical-coordinate representation of color #2D511C: hue angle of 100.75º 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 #2D511C is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 45 81 28 -
CMYK 0.44 0 0.65 0.68
HSL 100.75º 0.49% 0.21% -
HSV(B) 100.75º 0.65% 0.32% -
XYZ 4.23 6.53 2.14 -
YUV 64.19 107.57 114.31 -
System Red Green Blue C M Y K H S L
Decimal 45 81 28 0.44 0 0.65 0.68 100.75 0.49 0.21
Hex 2D 51 1C 2C 0 41 44 65 31 15
Octal 55 121 34 54 0 101 104 145 61 25
Binary 101101 1010001 11100 101100 0 1000001 1000100 1100101 110001 10101

Color Harmonies of #2D511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D511C

Black with #2D511C

Text Example


Text Example

White with #2D511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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