Html Css Color HEX #304329 Palm Leaf

📋 copy color: '#304329'

red 48 ◦ green 67 ◦ blue 41

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

Shades of Palm Leaf #304329

Tints of Palm Leaf #304329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.95%

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

R = 30.77%
G = 42.95%
B = 26.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#304329 (or 0x304329) is known color: Palm Leaf. HEX triplet: 30, 43 and 29. RGB value is (48,67,41). Sum of RGB (Red+Green+Blue) = 48+67+41=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #304329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304329 is #CFBCD6. Grayscale: #3A3A3A. Windows color (decimal): -13614295 or 2704176. OLE color: 2704176.

HSL color Cylindrical-coordinate representation of color #304329: hue angle of 103.85º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #304329 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 67 41 -
CMYK 0.28 0 0.39 0.74
HSL 103.85º 0.24% 0.21% -
HSV(B) 103.85º 0.39% 0.26% -
XYZ 3.63 4.8 2.83 -
YUV 58.36 118.21 120.61 -
System Red Green Blue C M Y K H S L
Decimal 48 67 41 0.28 0 0.39 0.74 103.85 0.24 0.21
Hex 30 43 29 1C 0 27 4A 68 18 15
Octal 60 103 51 34 0 47 112 150 30 25
Binary 110000 1000011 101001 11100 0 100111 1001010 1101000 11000 10101

Color Harmonies of #304329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304329

Black with #304329

Text Example


Text Example

White with #304329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304329; }

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

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

background-color css

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

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

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

border-color css

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

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

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