Html Css Color HEX #2D5914 Palm Leaf

📋 copy color: '#2D5914'

red 45 ◦ green 89 ◦ blue 20

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

Shades of Palm Leaf #2D5914

Tints of Palm Leaf #2D5914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.99%

R = 29.22%
G = 57.79%
B = 12.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#2D5914 (or 0x2D5914) is known color: Palm Leaf. HEX triplet: 2D, 59 and 14. RGB value is (45,89,20). Sum of RGB (Red+Green+Blue) = 45+89+20=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5914 is #D2A6EB. Grayscale: #444444. Windows color (decimal): -13805292 or 1333549. OLE color: 1333549.

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

Color convert

RGB 45 89 20 -
CMYK 0.49 0 0.78 0.65
HSL 98.26º 0.63% 0.21% -
HSV(B) 98.26º 0.78% 0.35% -
XYZ 4.78 7.75 1.91 -
YUV 67.98 100.92 111.61 -
System Red Green Blue C M Y K H S L
Decimal 45 89 20 0.49 0 0.78 0.65 98.26 0.63 0.21
Hex 2D 59 14 31 0 4E 41 62 3F 15
Octal 55 131 24 61 0 116 101 142 77 25
Binary 101101 1011001 10100 110001 0 1001110 1000001 1100010 111111 10101

Color Harmonies of #2D5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5914

Black with #2D5914

Text Example


Text Example

White with #2D5914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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