Html Css Color HEX #304824 Palm Leaf

📋 copy color: '#304824'

red 48 ◦ green 72 ◦ blue 36

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

Shades of Palm Leaf #304824

Tints of Palm Leaf #304824

RGB

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

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

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

R = 30.77%
G = 46.15%
B = 23.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#304824 (or 0x304824) is known color: Palm Leaf. HEX triplet: 30, 48 and 24. RGB value is (48,72,36). Sum of RGB (Red+Green+Blue) = 48+72+36=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #304824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304824 is #CFB7DB. Grayscale: #3C3C3C. Windows color (decimal): -13613020 or 2377776. OLE color: 2377776.

HSL color Cylindrical-coordinate representation of color #304824: hue angle of 100º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #304824 is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 36 -
CMYK 0.33 0 0.5 0.72
HSL 100º 0.33% 0.21% -
HSV(B) 100º 0.5% 0.28% -
XYZ 3.85 5.39 2.51 -
YUV 60.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 48 72 36 0.33 0 0.5 0.72 100 0.33 0.21
Hex 30 48 24 21 0 32 48 64 21 15
Octal 60 110 44 41 0 62 110 144 41 25
Binary 110000 1001000 100100 100001 0 110010 1001000 1100100 100001 10101

Color Harmonies of #304824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304824

Black with #304824

Text Example


Text Example

White with #304824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304824; }

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

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

background-color css

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

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

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

border-color css

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

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

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