Html Css Color HEX #2D580E Palm Leaf

📋 copy color: '#2D580E'

red 45 ◦ green 88 ◦ blue 14

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

Shades of Palm Leaf #2D580E

Tints of Palm Leaf #2D580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 59.86%

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

R = 30.61%
G = 59.86%
B = 9.52%

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

#2D580E (or 0x2D580E) is known color: Palm Leaf. HEX triplet: 2D, 58 and 0E. RGB value is (45,88,14). Sum of RGB (Red+Green+Blue) = 45+88+14=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #2D580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D580E is #D2A7F1. Grayscale: #424242. Windows color (decimal): -13805554 or 940077. OLE color: 940077.

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

Color convert

RGB 45 88 14 -
CMYK 0.49 0 0.84 0.65
HSL 94.86º 0.73% 0.2% -
HSV(B) 94.86º 0.84% 0.35% -
XYZ 4.65 7.57 1.63 -
YUV 66.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 45 88 14 0.49 0 0.84 0.65 94.86 0.73 0.2
Hex 2D 58 E 31 0 54 41 5F 49 14
Octal 55 130 16 61 0 124 101 137 111 24
Binary 101101 1011000 1110 110001 0 1010100 1000001 1011111 1001001 10100

Color Harmonies of #2D580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D580E

Black with #2D580E

Text Example


Text Example

White with #2D580E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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