Html Css Color HEX #304621 Seaweed

📋 copy color: '#304621'

red 48 ◦ green 70 ◦ blue 33

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

Shades of Seaweed #304621

Tints of Seaweed #304621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.85%

R = 31.79%
G = 46.36%
B = 21.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#304621 (or 0x304621) is known color: Seaweed. HEX triplet: 30, 46 and 21. RGB value is (48,70,33). Sum of RGB (Red+Green+Blue) = 48+70+33=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #304621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304621 is #CFB9DE. Grayscale: #3B3B3B. Windows color (decimal): -13613535 or 2180656. OLE color: 2180656.

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

Color convert

RGB 48 70 33 -
CMYK 0.31 0 0.53 0.73
HSL 95.68º 0.36% 0.2% -
HSV(B) 95.68º 0.53% 0.27% -
XYZ 3.68 5.12 2.23 -
YUV 59.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 48 70 33 0.31 0 0.53 0.73 95.68 0.36 0.2
Hex 30 46 21 1F 0 35 49 60 24 14
Octal 60 106 41 37 0 65 111 140 44 24
Binary 110000 1000110 100001 11111 0 110101 1001001 1100000 100100 10100

Color Harmonies of #304621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304621

Black with #304621

Text Example


Text Example

White with #304621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304621; }

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

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

background-color css

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

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

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

border-color css

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

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

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