Html Css Color HEX #304D29 Palm Leaf

📋 copy color: '#304D29'

red 48 ◦ green 77 ◦ blue 41

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

Shades of Palm Leaf #304D29

Tints of Palm Leaf #304D29

RGB

 RED value IS 48 (19.14% from 255) = 28.92%

 GREEN value IS 77 (30.47% from 255) = 46.39%

 BLUE value IS 41 (16.41% from 255) = 24.7%

R = 28.92%
G = 46.39%
B = 24.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#304D29 (or 0x304D29) is known color: Palm Leaf. HEX triplet: 30, 4D and 29. RGB value is (48,77,41). Sum of RGB (Red+Green+Blue) = 48+77+41=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #304D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D29 is #CFB2D6. Grayscale: #404040. Windows color (decimal): -13611735 or 2706736. OLE color: 2706736.

HSL color Cylindrical-coordinate representation of color #304D29: hue angle of 108.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #304D29 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 77 41 -
CMYK 0.38 0 0.47 0.70
HSL 108.33º 0.31% 0.23% -
HSV(B) 108.33º 0.47% 0.3% -
XYZ 4.27 6.1 3.05 -
YUV 64.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 48 77 41 0.38 0 0.47 0.70 108.33 0.31 0.23
Hex 30 4D 29 26 0 2F 46 6C 1F 17
Octal 60 115 51 46 0 57 106 154 37 27
Binary 110000 1001101 101001 100110 0 101111 1000110 1101100 11111 10111

Color Harmonies of #304D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D29

Black with #304D29

Text Example


Text Example

White with #304D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304D29; }

 p { color: rgb(48,77,41); }

 H1.HeaderClassName
 {
   color: #304D29;
 }
 .AnyTagClassName
 {
   color: #304D29;
 }
</style>

background-color css

<style>
 a { background-color: #304D29; }

 a { background-color: rgb(48,77,41); }

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

border-color css

<style>
 span { border-color: #304D29; }

 span { border-color: rgb(48,77,41); }

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