Html Css Color HEX #304424 Palm Leaf

📋 copy color: '#304424'

red 48 ◦ green 68 ◦ blue 36

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

Shades of Palm Leaf #304424

Tints of Palm Leaf #304424

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.74%

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

R = 31.58%
G = 44.74%
B = 23.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#304424 (or 0x304424) is known color: Palm Leaf. HEX triplet: 30, 44 and 24. RGB value is (48,68,36). Sum of RGB (Red+Green+Blue) = 48+68+36=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #304424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304424 is #CFBBDB. Grayscale: #3A3A3A. Windows color (decimal): -13614044 or 2376752. OLE color: 2376752.

HSL color Cylindrical-coordinate representation of color #304424: hue angle of 97.5º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #304424 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 68 36 -
CMYK 0.29 0 0.47 0.73
HSL 97.5º 0.31% 0.2% -
HSV(B) 97.5º 0.47% 0.27% -
XYZ 3.6 4.89 2.42 -
YUV 58.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 48 68 36 0.29 0 0.47 0.73 97.5 0.31 0.2
Hex 30 44 24 1D 0 2F 49 62 1F 14
Octal 60 104 44 35 0 57 111 142 37 24
Binary 110000 1000100 100100 11101 0 101111 1001001 1100010 11111 10100

Color Harmonies of #304424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304424

Black with #304424

Text Example


Text Example

White with #304424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304424; }

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

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

background-color css

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

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

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

border-color css

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

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

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