Html Css Color HEX #304324 Palm Leaf

📋 copy color: '#304324'

red 48 ◦ green 67 ◦ blue 36

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

Shades of Palm Leaf #304324

Tints of Palm Leaf #304324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.84%

R = 31.79%
G = 44.37%
B = 23.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.74

RGB Variations

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

Color information

#304324 (or 0x304324) is known color: Palm Leaf. HEX triplet: 30, 43 and 24. RGB value is (48,67,36). Sum of RGB (Red+Green+Blue) = 48+67+36=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #304324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304324 is #CFBCDB. Grayscale: #393939. Windows color (decimal): -13614300 or 2376496. OLE color: 2376496.

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

Color convert

RGB 48 67 36 -
CMYK 0.28 0 0.46 0.74
HSL 96.77º 0.3% 0.2% -
HSV(B) 96.77º 0.46% 0.26% -
XYZ 3.54 4.77 2.4 -
YUV 57.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 48 67 36 0.28 0 0.46 0.74 96.77 0.3 0.2
Hex 30 43 24 1C 0 2E 4A 61 1E 14
Octal 60 103 44 34 0 56 112 141 36 24
Binary 110000 1000011 100100 11100 0 101110 1001010 1100001 11110 10100

Color Harmonies of #304324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304324

Black with #304324

Text Example


Text Example

White with #304324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304324; }

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

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

background-color css

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

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

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

border-color css

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

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

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