Html Css Color HEX #304915 Seaweed

📋 copy color: '#304915'

red 48 ◦ green 73 ◦ blue 21

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

Shades of Seaweed #304915

Tints of Seaweed #304915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.41%

 BLUE value IS 21 (8.59% from 255) = 14.79%

R = 33.8%
G = 51.41%
B = 14.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#304915 (or 0x304915) is known color: Seaweed. HEX triplet: 30, 49 and 15. RGB value is (48,73,21). Sum of RGB (Red+Green+Blue) = 48+73+21=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #304915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304915 is #CFB6EA. Grayscale: #3B3B3B. Windows color (decimal): -13612779 or 1394992. OLE color: 1394992.

HSL color Cylindrical-coordinate representation of color #304915: hue angle of 88.85º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304915 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 21 -
CMYK 0.34 0 0.71 0.71
HSL 88.85º 0.55% 0.18% -
HSV(B) 88.85º 0.71% 0.29% -
XYZ 3.74 5.45 1.56 -
YUV 59.6 106.22 119.73 -
System Red Green Blue C M Y K H S L
Decimal 48 73 21 0.34 0 0.71 0.71 88.85 0.55 0.18
Hex 30 49 15 22 0 47 47 59 37 12
Octal 60 111 25 42 0 107 107 131 67 22
Binary 110000 1001001 10101 100010 0 1000111 1000111 1011001 110111 10010

Color Harmonies of #304915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304915

Black with #304915

Text Example


Text Example

White with #304915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304915; }

 p { color: rgb(48,73,21); }

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

background-color css

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

 a { background-color: rgb(48,73,21); }

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

border-color css

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

 span { border-color: rgb(48,73,21); }

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