Html Css Color HEX #304820 Palm Leaf

📋 copy color: '#304820'

red 48 ◦ green 72 ◦ blue 32

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

Shades of Palm Leaf #304820

Tints of Palm Leaf #304820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 31.58%
G = 47.37%
B = 21.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#304820 (or 0x304820) is known color: Palm Leaf. HEX triplet: 30, 48 and 20. RGB value is (48,72,32). Sum of RGB (Red+Green+Blue) = 48+72+32=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #304820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304820 is #CFB7DF. Grayscale: #3C3C3C. Windows color (decimal): -13613024 or 2115632. OLE color: 2115632.

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

Color convert

RGB 48 72 32 -
CMYK 0.33 0 0.56 0.72
HSL 96º 0.38% 0.2% -
HSV(B) 96º 0.56% 0.28% -
XYZ 3.8 5.37 2.2 -
YUV 60.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 48 72 32 0.33 0 0.56 0.72 96 0.38 0.2
Hex 30 48 20 21 0 38 48 60 26 14
Octal 60 110 40 41 0 70 110 140 46 24
Binary 110000 1001000 100000 100001 0 111000 1001000 1100000 100110 10100

Color Harmonies of #304820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304820

Black with #304820

Text Example


Text Example

White with #304820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304820; }

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

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

background-color css

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

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

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

border-color css

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

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

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