Html Css Color HEX #304F13 Seaweed

📋 copy color: '#304F13'

red 48 ◦ green 79 ◦ blue 19

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

Shades of Seaweed #304F13

Tints of Seaweed #304F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 54.11%

 BLUE value IS 19 (7.81% from 255) = 13.01%

R = 32.88%
G = 54.11%
B = 13.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#304F13 (or 0x304F13) is known color: Seaweed. HEX triplet: 30, 4F and 13. RGB value is (48,79,19). Sum of RGB (Red+Green+Blue) = 48+79+19=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 79 (31.25% from 255 or 54.11% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 79 - color contains mainly: green. Hex color #304F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304F13 is #CFB0EC. Grayscale: #3F3F3F. Windows color (decimal): -13611245 or 1265456. OLE color: 1265456.

HSL color Cylindrical-coordinate representation of color #304F13: hue angle of 91º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304F13 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 79 19 -
CMYK 0.39 0 0.76 0.69
HSL 91º 0.61% 0.19% -
HSV(B) 91º 0.76% 0.31% -
XYZ 4.13 6.27 1.61 -
YUV 62.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 48 79 19 0.39 0 0.76 0.69 91 0.61 0.19
Hex 30 4F 13 27 0 4C 45 5B 3D 13
Octal 60 117 23 47 0 114 105 133 75 23
Binary 110000 1001111 10011 100111 0 1001100 1000101 1011011 111101 10011

Color Harmonies of #304F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F13

Black with #304F13

Text Example


Text Example

White with #304F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304F13; }

 p { color: rgb(48,79,19); }

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

background-color css

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

 a { background-color: rgb(48,79,19); }

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

border-color css

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

 span { border-color: rgb(48,79,19); }

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