Html Css Color HEX #304816 Seaweed

📋 copy color: '#304816'

red 48 ◦ green 72 ◦ blue 22

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

Shades of Seaweed #304816

Tints of Seaweed #304816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.49%

R = 33.8%
G = 50.7%
B = 15.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#304816 (or 0x304816) is known color: Seaweed. HEX triplet: 30, 48 and 16. RGB value is (48,72,22). Sum of RGB (Red+Green+Blue) = 48+72+22=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #304816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304816 is #CFB7E9. Grayscale: #3B3B3B. Windows color (decimal): -13613034 or 1460272. OLE color: 1460272.

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

Color convert

RGB 48 72 22 -
CMYK 0.33 0 0.69 0.72
HSL 88.8º 0.53% 0.18% -
HSV(B) 88.8º 0.69% 0.28% -
XYZ 3.68 5.32 1.59 -
YUV 59.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 48 72 22 0.33 0 0.69 0.72 88.8 0.53 0.18
Hex 30 48 16 21 0 45 48 59 35 12
Octal 60 110 26 41 0 105 110 131 65 22
Binary 110000 1001000 10110 100001 0 1000101 1001000 1011001 110101 10010

Color Harmonies of #304816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304816

Black with #304816

Text Example


Text Example

White with #304816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304816; }

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

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

background-color css

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

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

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

border-color css

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

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

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