Html Css Color HEX #304818 Seaweed

📋 copy color: '#304818'

red 48 ◦ green 72 ◦ blue 24

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

Shades of Seaweed #304818

Tints of Seaweed #304818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.67%

R = 33.33%
G = 50%
B = 16.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#304818 (or 0x304818) is known color: Seaweed. HEX triplet: 30, 48 and 18. RGB value is (48,72,24). Sum of RGB (Red+Green+Blue) = 48+72+24=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #304818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304818 is #CFB7E7. Grayscale: #3B3B3B. Windows color (decimal): -13613032 or 1591344. OLE color: 1591344.

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

Color convert

RGB 48 72 24 -
CMYK 0.33 0 0.67 0.72
HSL 90º 0.5% 0.19% -
HSV(B) 90º 0.67% 0.28% -
XYZ 3.7 5.33 1.7 -
YUV 59.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 48 72 24 0.33 0 0.67 0.72 90 0.5 0.19
Hex 30 48 18 21 0 43 48 5A 32 13
Octal 60 110 30 41 0 103 110 132 62 23
Binary 110000 1001000 11000 100001 0 1000011 1001000 1011010 110010 10011

Color Harmonies of #304818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304818

Black with #304818

Text Example


Text Example

White with #304818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304818; }

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

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

background-color css

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

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

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

border-color css

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

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

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