Html Css Color HEX #2D5911 Palm Leaf

📋 copy color: '#2D5911'

red 45 ◦ green 89 ◦ blue 17

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

Shades of Palm Leaf #2D5911

Tints of Palm Leaf #2D5911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.94%

 BLUE value IS 17 (7.03% from 255) = 11.26%

R = 29.8%
G = 58.94%
B = 11.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#2D5911 (or 0x2D5911) is known color: Palm Leaf. HEX triplet: 2D, 59 and 11. RGB value is (45,89,17). Sum of RGB (Red+Green+Blue) = 45+89+17=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5911 is #D2A6EE. Grayscale: #434343. Windows color (decimal): -13805295 or 1136941. OLE color: 1136941.

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

Color convert

RGB 45 89 17 -
CMYK 0.49 0 0.81 0.65
HSL 96.67º 0.68% 0.21% -
HSV(B) 96.67º 0.81% 0.35% -
XYZ 4.76 7.74 1.77 -
YUV 67.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 45 89 17 0.49 0 0.81 0.65 96.67 0.68 0.21
Hex 2D 59 11 31 0 51 41 61 44 15
Octal 55 131 21 61 0 121 101 141 104 25
Binary 101101 1011001 10001 110001 0 1010001 1000001 1100001 1000100 10101

Color Harmonies of #2D5911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5911

Black with #2D5911

Text Example


Text Example

White with #2D5911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,89,17); }

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

background-color css

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

 a { background-color: rgb(45,89,17); }

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

border-color css

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

 span { border-color: rgb(45,89,17); }

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