Html Css Color HEX #2D590E Palm Leaf

📋 copy color: '#2D590E'

red 45 ◦ green 89 ◦ blue 14

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

Shades of Palm Leaf #2D590E

Tints of Palm Leaf #2D590E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.46%

R = 30.41%
G = 60.14%
B = 9.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#2D590E (or 0x2D590E) is known color: Palm Leaf. HEX triplet: 2D, 59 and 0E. RGB value is (45,89,14). Sum of RGB (Red+Green+Blue) = 45+89+14=148 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.41% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #2D590E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D590E is #D2A6F1. Grayscale: #434343. Windows color (decimal): -13805298 or 940333. OLE color: 940333.

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

Color convert

RGB 45 89 14 -
CMYK 0.49 0 0.84 0.65
HSL 95.2º 0.73% 0.2% -
HSV(B) 95.2º 0.84% 0.35% -
XYZ 4.73 7.73 1.66 -
YUV 67.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 45 89 14 0.49 0 0.84 0.65 95.2 0.73 0.2
Hex 2D 59 E 31 0 54 41 5F 49 14
Octal 55 131 16 61 0 124 101 137 111 24
Binary 101101 1011001 1110 110001 0 1010100 1000001 1011111 1001001 10100

Color Harmonies of #2D590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D590E

Black with #2D590E

Text Example


Text Example

White with #2D590E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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