Html Css Color HEX #2D481E Palm Leaf

📋 copy color: '#2D481E'

red 45 ◦ green 72 ◦ blue 30

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

Shades of Palm Leaf #2D481E

Tints of Palm Leaf #2D481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.98%

 BLUE value IS 30 (12.11% from 255) = 20.41%

R = 30.61%
G = 48.98%
B = 20.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#2D481E (or 0x2D481E) is known color: Palm Leaf. HEX triplet: 2D, 48 and 1E. RGB value is (45,72,30). Sum of RGB (Red+Green+Blue) = 45+72+30=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #2D481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D481E is #D2B7E1. Grayscale: #3B3B3B. Windows color (decimal): -13809634 or 1984557. OLE color: 1984557.

HSL color Cylindrical-coordinate representation of color #2D481E: hue angle of 98.57º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D481E is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 45 72 30 -
CMYK 0.38 0 0.58 0.72
HSL 98.57º 0.41% 0.2% -
HSV(B) 98.57º 0.58% 0.28% -
XYZ 3.63 5.29 2.06 -
YUV 59.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 45 72 30 0.38 0 0.58 0.72 98.57 0.41 0.2
Hex 2D 48 1E 26 0 3A 48 63 29 14
Octal 55 110 36 46 0 72 110 143 51 24
Binary 101101 1001000 11110 100110 0 111010 1001000 1100011 101001 10100

Color Harmonies of #2D481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D481E

Black with #2D481E

Text Example


Text Example

White with #2D481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,72,30); }

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

background-color css

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

 a { background-color: rgb(45,72,30); }

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

border-color css

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

 span { border-color: rgb(45,72,30); }

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