Html Css Color HEX #2D5F14 Palm Leaf

📋 copy color: '#2D5F14'

red 45 ◦ green 95 ◦ blue 20

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

Shades of Palm Leaf #2D5F14

Tints of Palm Leaf #2D5F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 59.38%

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

R = 28.13%
G = 59.38%
B = 12.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#2D5F14 (or 0x2D5F14) is known color: Palm Leaf. HEX triplet: 2D, 5F and 14. RGB value is (45,95,20). Sum of RGB (Red+Green+Blue) = 45+95+20=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 95 (37.5% from 255 or 59.38% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5F14 is #D2A0EB. Grayscale: #474747. Windows color (decimal): -13803756 or 1335085. OLE color: 1335085.

HSL color Cylindrical-coordinate representation of color #2D5F14: hue angle of 100º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D5F14 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 45 95 20 -
CMYK 0.53 0 0.79 0.63
HSL 100º 0.65% 0.23% -
HSV(B) 100º 0.79% 0.37% -
XYZ 5.3 8.79 2.08 -
YUV 71.5 98.94 109.1 -
System Red Green Blue C M Y K H S L
Decimal 45 95 20 0.53 0 0.79 0.63 100 0.65 0.23
Hex 2D 5F 14 35 0 4F 3F 64 41 17
Octal 55 137 24 65 0 117 77 144 101 27
Binary 101101 1011111 10100 110101 0 1001111 111111 1100100 1000001 10111

Color Harmonies of #2D5F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5F14

Black with #2D5F14

Text Example


Text Example

White with #2D5F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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