Html Css Color HEX #2D481D Palm Leaf

📋 copy color: '#2D481D'

red 45 ◦ green 72 ◦ blue 29

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

Shades of Palm Leaf #2D481D

Tints of Palm Leaf #2D481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.86%

R = 30.82%
G = 49.32%
B = 19.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#2D481D (or 0x2D481D) is known color: Palm Leaf. HEX triplet: 2D, 48 and 1D. RGB value is (45,72,29). Sum of RGB (Red+Green+Blue) = 45+72+29=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #2D481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D481D is #D2B7E2. Grayscale: #3B3B3B. Windows color (decimal): -13809635 or 1919021. OLE color: 1919021.

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

Color convert

RGB 45 72 29 -
CMYK 0.38 0 0.60 0.72
HSL 97.67º 0.43% 0.2% -
HSV(B) 97.67º 0.6% 0.28% -
XYZ 3.62 5.28 1.99 -
YUV 59.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 45 72 29 0.38 0 0.60 0.72 97.67 0.43 0.2
Hex 2D 48 1D 26 0 3C 48 62 2B 14
Octal 55 110 35 46 0 74 110 142 53 24
Binary 101101 1001000 11101 100110 0 111100 1001000 1100010 101011 10100

Color Harmonies of #2D481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D481D

Black with #2D481D

Text Example


Text Example

White with #2D481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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