Html Css Color HEX #304616 Seaweed

📋 copy color: '#304616'

red 48 ◦ green 70 ◦ blue 22

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

Shades of Seaweed #304616

Tints of Seaweed #304616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50%

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

R = 34.29%
G = 50%
B = 15.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#304616 (or 0x304616) is known color: Seaweed. HEX triplet: 30, 46 and 16. RGB value is (48,70,22). Sum of RGB (Red+Green+Blue) = 48+70+22=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #304616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304616 is #CFB9E9. Grayscale: #3A3A3A. Windows color (decimal): -13613546 or 1459760. OLE color: 1459760.

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

Color convert

RGB 48 70 22 -
CMYK 0.31 0 0.69 0.73
HSL 87.5º 0.52% 0.18% -
HSV(B) 87.5º 0.69% 0.27% -
XYZ 3.55 5.07 1.55 -
YUV 57.95 107.71 120.9 -
System Red Green Blue C M Y K H S L
Decimal 48 70 22 0.31 0 0.69 0.73 87.5 0.52 0.18
Hex 30 46 16 1F 0 45 49 57 34 12
Octal 60 106 26 37 0 105 111 127 64 22
Binary 110000 1000110 10110 11111 0 1000101 1001001 1010111 110100 10010

Color Harmonies of #304616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304616

Black with #304616

Text Example


Text Example

White with #304616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304616; }

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

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

background-color css

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

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

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

border-color css

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

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

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